yarn
yarn dev
Serve the site in the local server.
yarn build
Command to build the project, placed at .vitepress/dist
.
yarn serve
Once you've built the project, you may test them locally by running yarn serve
command.
$ yarn build
$ yarn serve
The serve command will start a local static web server that serves the files from .vitepress/dist
at http://localhost:5000.
It's an easy way to check if the production build looks OK in your local environment.
Thanks goes to these wonderful people (emoji key):
Jorge Baumann 💻 🚇 🎨 🖋 |
Jesus Sabroso 🖋 |
This project follows the all-contributors specification. Contributions of any kind welcome!