Guide for setting up, contributing, and collaborating on the ADAMANT Messenger open-source project
Install dependencies via npm
:
$ npm install
Then start dev server:
$ npm run dev
You should now have the VitePress UI running at http://localhost:5173
To build the docs run:
$ npm run build
Once the project is built you can preview .vitepress/dist
by:
$ npm run preview
The preview should be available at http://localhost:4173