🎉 ❤️ Hello and welcome to Project Trackbook! 🎉 ❤️
- Follow OPEN Open Source Project practices
- Run
npm test
before 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
- Runstandard
to 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
npm
to 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 Folder
and select the folder where you clonedproject-trackbook
. - Click on
Local preview
above the file browser to see your workspace.