https://github.com/coveooss/blitz2021
Coveo Blitz 2021 Challenge
https://github.com/coveooss/blitz2021
Last synced: 2 months ago
JSON representation
Coveo Blitz 2021 Challenge
- Host: GitHub
- URL: https://github.com/coveooss/blitz2021
- Owner: coveooss
- Archived: true
- Created: 2021-04-29T01:32:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T20:06:28.000Z (over 1 year ago)
- Last Synced: 2025-02-15T10:49:11.702Z (4 months ago)
- Language: TypeScript
- Size: 1.69 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Coveo Blitz 2021
[Game Challenge Instructions](Instructions.md)
## Build, test and debug
1. Install all the dependencies
`> yarn install`2. Start local dev. server for the game and the UI
`> yarn dev`3. Run the tests for the game and the UI
`> yarn test`4. Build the game and the UI
`> yarn build`5. Start the game and the UI
`> yarn start`