This a side project to build a angular project from scratch. My personal goal is to try out new angular feature and new technologies. A second goal is to help scrum masters and people who are planning a retrospective.
- Install dependencies with
npm install
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files. - Run
node scripts/create_static_api.js
to build the content as static api. - Run
npm run-script build
to build the project.
- Change the UX how to select a card
- Add more content to Start
- Add markdown support
- Add a Tutorial and more information for each activity type
- Create more data
- Fix a performance issue for Safari
The content of this project itself is licensed under the Creative Commons Attribution 3.0 Unported license, and the underlying source code used to transform and display that content is licensed under the MIT license.