Skip to content

Adamant-im/developers

Repository files navigation

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