/pearl

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Usage

Run

git clone ...
cd pearl
npm install
npm start # Start dev server

Build

npm run build # Resource will build to ./build folder

Deploy

Deploy build to gh-pages

npm run deploy