The web-based graphical user interface for MyinT. More information will be added here when relevant.
Run the following commands after pulling the repository. System dependencies:
- Node v12.x LTS
- yarn
$ cd into/project/directory
$ yarn install
Run the following commands to start the development server. A browser window will open automatically.
$ yarn start
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