Skip to content

decipherindustries/myint-gui-bugfix

Repository files navigation

MyinT GUI

The web-based graphical user interface for MyinT. More information will be added here when relevant.

Pre-requisites (development and building)

Run the following commands after pulling the repository. System dependencies:

  • Node v12.x LTS
  • yarn
$ cd into/project/directory
$ yarn install

Development

Run the following commands to start the development server. A browser window will open automatically.

$ yarn start

Building

Run the following commands to produce a production build. The production files must be served from the root (/) of a web server. The production files will be created in the ./build folder.

$ yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published