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 src
to run the local server.
- Ensure vuepress is set up correctly (https://vuepress.vuejs.org/)
- Run
vuepress build src
to build a static site - Commit any changes
- Run
sh deploy.sh
to 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
.