An open API service indexing awesome lists of open source software.

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

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`