aayushbansal / openshapes-1

Frontend for CMU project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to OpenShapes

To run

1. Clone the repo

$ git clone https://github.com/bornfree/openshapes
$ cd openshapes

2. Install NodeJS

$ sudo apt-get install curl
$ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
$ sudo apt-get install nodejs

3. Install required modules

$ npm install -g yarn server
$ npm install

If we want to change anything, we can change now.

4. Build and run

$ yarn build 
$ serve -s build

About

Frontend for CMU project


Languages

Language:JavaScript 73.8%Language:HTML 13.0%Language:CSS 7.7%Language:Python 5.6%