available on github and npm
Starter project to create an O-LAP Design
git clone https://github.com/O-LAP/starter
npm install
npm run dev
npm install olap-starter
npm install
npm run dev
(press ctrl
+ c
to stop the server)
- Update the design file in
design/Design.js
. - Open a browser and go to
localhost:3000
git remote remove origin
git remote add origin <YOUR-REPO>
git push -u origin master
git add --a
git commit -m "<YOUR-MESSAGE">
git push