Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 304 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 304 Bytes

Our space


Installing

Install required packages

npm install

Running

Run on local server

yarn start-dev

Building

yarn build-dev

Push to origin

git add .
git commit -m "another commit"
git push origin