Skip to content

Commit

Permalink
feat: Replace development server
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed May 27, 2024
1 parent c38c70a commit 3b9dd37
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 380 deletions.
13 changes: 0 additions & 13 deletions .development/default/package.json

This file was deleted.

95 changes: 0 additions & 95 deletions .development/default/pages/.vitepress/config.mts

This file was deleted.

7 changes: 0 additions & 7 deletions .development/default/pages/.vitepress/theme/custom.scss

This file was deleted.

8 changes: 0 additions & 8 deletions .development/default/pages/.vitepress/theme/index.ts

This file was deleted.

222 changes: 0 additions & 222 deletions .development/default/pages/demo.md

This file was deleted.

17 changes: 0 additions & 17 deletions .development/default/pages/index.md

This file was deleted.

Binary file removed .development/default/pages/public/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ Before you start developing, make sure to install the dependencies:
pnpm install
```

If you want a development server, you can run the development server with:
If you want a development server, you can directly run the Docs for development using the following command:

```bash
pnpm dev
pnpm docs:dev
```

You can edit the project and see your changes live.
Expand Down
2 changes: 2 additions & 0 deletions docs/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,5 @@ You also can have an animation to the time like this one: <time>**11:00**</time>
#### Output

<time>**11:00**</time>

<cite>Cite</cite>
Loading

0 comments on commit 3b9dd37

Please sign in to comment.