Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

40 lines (28 loc) · 1.37 KB

🎉 ❤️ Hello and welcome to Project Trackbook! 🎉 ❤️

Commands

  • npm start - Bundle assets and watch for changes
  • npm run build - Bundle assets for deployment
  • npm test - Run standard to check for code errors

Development Tips

This project needs to be developed with the Beaker Browser. In the current version v0.8.0-prerelease.5, this can be a bit complicated. Follow these tips:

  1. Clone the directory to your computer:
git clone https://github.com/dat-land/project-trackbook.git
  1. Navigate into your newly cloned directory:
cd project-trackbook
  1. Get npm to install all the required dependencies and then start to bundle & watch the files:
npm install
npm start
  1. Launch Beaker Browser. Make sure you have the latest version installed: install/update Beaker if needed!
  2. Launch Beaker, navigate to MenuCreate NewFrom Folder and select the folder where you cloned project-trackbook. Opening your trackbook in Beaker
  3. Click on Local preview above the file browser to see your workspace. Local preview