Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 452 Bytes

File metadata and controls

16 lines (14 loc) · 452 Bytes

meteor+ts+react+ssr+mui-blueprint

Install https://www.meteor.com/install, and then:

git clone [email protected]:styleschool/imagemaker/meteor.git ss-imagemaker
cd ss-imagemaker
npm i
meteor run

Pulling changes from main github repo.

git remote add base https://github.com/styleschool/meteor-ts-react-ssr-mui-blueprint.git
git fetch base
git merge base/master