Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1002 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 1002 Bytes

ADAMANT Developers Handbook build status

Guide for setting up, contributing, and collaborating on the ADAMANT Messenger open-source project

https://developers.adamant.im

Bootstrap

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

Commands

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

Links