The documentation for Astro Forms, an iOS forms framework. Uses Vuepress docs.
- Ensure vuepress is set up correctly (https://vuepress.vuejs.org/)
- Run
vuepress dev srcto run the local server.
- Ensure vuepress is set up correctly (https://vuepress.vuejs.org/)
- Run
vuepress build srcto build a static site - Commit any changes
- Run
sh deploy.shto publish the static site.
- You can use any static server to test the built site locally
- For example using a node based server, run
npm install http-server -g - Then run
http-server src/.vuepress/dist.
