The "application" inside this repository provides a single page application visualizing a team's daily activity.
git clone https://github.com/assistify/diary.git
npm i
npm start
=> Browser opens
docker run --name diary -d -p 80:80 assistify/diary:latest
- Point your local browser to
http://localhost
Go to https://assistify.github.io/diary/
Currently, the "application" works by editing the activities of a team using JSON.
- Simply click the button "made with... by assistify" at the bottom, this takes you to an editor. Edit carefully. Clicking the same button takes you back.
- Using a "copy URL"-button, you can create a URL which includes the complete state. This URL you can share with everybody
- You can make the application generate a template by suffixing the URL your application is running with
?template=true