This project was generated with Angular CLI and upgraded to Angular 18.
- Node.js 22.x.
Run yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
/create: Create a new retro instance./instance/:id: Join an existing instance by id (for example,/instance/demo).*: Any other route redirects to/instance/demo.
Run yarn ng generate component component-name to generate a new component. You can also use yarn ng generate directive|pipe|service|class|guard|interface|enum|module.
Run yarn build to build the project. The build artifacts will be stored in the dist/ directory. Use yarn prod for a production build.
This repo is configured to serve the site from the master branch docs/ folder.
- Build the production site:
yarn prod(outputs todocs/)
- Commit and push the updated
docs/folder. - In GitHub repo settings, set Pages source to:
- Branch:
master - Folder:
/docs
- Branch:
Run yarn test to execute the unit tests via Karma.