🎉 ❤️ Hello and welcome to Project Trackbook! 🎉 ❤️
- Follow OPEN Open Source Project practices
- Run
npm testbefore opening a PR - Fill out the description in the PR
npm start- Bundle assets and watch for changesnpm run build- Bundle assets for deploymentnpm test- Runstandardto check for code errors
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:
- Clone the directory to your computer:
git clone https://github.com/dat-land/project-trackbook.git- Navigate into your newly cloned directory:
cd project-trackbook- Get
npmto install all the required dependencies and then start to bundle & watch the files:
npm install
npm start- Launch Beaker Browser. Make sure you have the latest version installed: install/update Beaker if needed!
- Launch Beaker, navigate to
Menu→Create New→From Folderand select the folder where you clonedproject-trackbook.
- Click on
Local previewabove the file browser to see your workspace.