Skip to content
Jonathan Xu edited this page May 7, 2020 · 3 revisions

Welcome to the web wiki

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.

Setup:

We use forking and pull requests to keep the code organized and to be able to better track what's going on.

  1. Make a fork of this repository
  • Click the Fork button on the top right corner of the page.
  1. 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>
  1. Make sure npm and node.js is installed
  2. Run the following: npm install

Running the environment:

  1. Run the following: npm run start:dev The React application will start on localhost:8030.

Clone this wiki locally