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 devYou should now have the VitePress UI running at http://localhost:5173
To build the docs run:
$ npm run buildOnce the project is built you can preview .vitepress/dist by:
$ npm run previewThe preview should be available at http://localhost:4173