-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Jonathan Xu edited this page May 7, 2020
·
3 revisions
We are currently in the process of documenting our repositories. Sorry about the dust!
This is the wiki for myriade.io, the website and web application for Myriade. It is a React app, managed with Webpack.
We use forking and pull requests to keep the code organized and to be able to better track what's going on.
- Make a fork of this repository
- Click the Fork button on the top right corner of the page.
- Clone your fork
- On your forked repo, click the green 'Clone or Download' button and copy the url.
- In a git terminal (i.e. Git Bash) run
git clone <yourUrl>
- Make sure npm and node.js is installed
- Run the following:
npm install
- Run the following:
npm run start:devThe React application will start on localhost:8030.