Skip to content

Interface to access interlinked metaverse worlds

License

Notifications You must be signed in to change notification settings

atomciti/interface

 
 

Repository files navigation

ATOMCITI

This is the web interface for ATOMCITI to access interlinked metaverse worlds.

Compatibility

This interface is tested and validated for the following browser platforms:

  • Mobile, Tablet, Desktop
    • Chromium (Chrome, Brave, etc.)
    • Webkit (Safari)
    • Gecko (Firefox)

Project Setup

Prerequisites

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.)

Clone the Repo

First, clone the repository to your machine with Git. Then, open a terminal in that directory.

Install the dependencies

npm i

or

yarn

Run, Compile, and Test

Start the app in development mode

Development mode benefits from features like hot-code reloading, error reporting, etc.

npm run dev

or

yarn run dev

Lint the files

npm run lint

And fix lint issues automatically with

npm run lint -- --fix

Run tests

npm run test

Build the app for production

npm run build

To Update Contributors

npm run update-contributors

About

Interface to access interlinked metaverse worlds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.4%
  • Vue 30.8%
  • JavaScript 4.3%
  • Other 0.5%