feat: vitepress migration (#43)

This commit is contained in:
paranarimasu
2022-07-31 19:50:50 -05:00
committed by GitHub
parent 565498a5fc
commit 7a57901090
136 changed files with 1620 additions and 27846 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ The AnimeThemes API provides access to our repository resources for your develop
This is the repository for the [**AnimeThemes.moe API documentation**](https://api-docs.animethemes.moe/).
This project is powered by [**VuePress**](https://vuepress.vuejs.org/), a minimalistic static site generator.
This project is powered by [**VitePress**](https://vitepress.vuejs.org/), a Vite & Vue Powered Static Site Generator.
## Installation
@@ -23,9 +23,9 @@ In the project root directory, install dependencies.
In the project root directory, start the local development server.
`npm run dev`
`npm run docs:dev`
That's it! The local development server should be running at `localhost:8080`.
That's it! The local development server should be running at `localhost:3000`.
## Contributing