This is the web interface for ATOMCITI to access interlinked metaverse worlds.
This interface is tested and validated for the following browser platforms:
- Mobile, Tablet, Desktop
- Chromium (Chrome, Brave, etc.)
- Webkit (Safari)
- Gecko (Firefox)
We currently use the following:
- Node
16.18.1
- NPM
8.19.2
(Use of Node versions other than stated is untested and may not support all features.)
First, clone the repository to your machine with Git. Then, open a terminal in that directory.
npm i
or
yarn
Development mode benefits from features like hot-code reloading, error reporting, etc.
npm run dev
or
yarn run dev
npm run lint
And fix lint issues automatically with
npm run lint -- --fix
npm run test
npm run build
npm run update-contributors