Collaborative Sudoku using the Concordant platform API.
## Setup guide
@@ -10,7 +10,7 @@ Sudoku using the Concordant platform API.
For the next steps, you will need the following software:
- Make sure you have the latest version of Node.js: [see official installation guide](https://nodejs.org/en/download/);
- Make sure you have the latest version of Node.js (except Node v15): [see official installation guide](https://nodejs.org/en/download/);
- The project uses the CRDT library from Concordant private registry: [see Usage section](https://gitlab.inria.fr/concordant/software/c-crdtlib/-/blob/master/README.md).
1.**Install Project dependencies**
@@ -32,4 +32,4 @@ npm start
Node: v14.15.0+
NPM: v6.14.8+
(Project might work with older Node and NPM versions)
(Project doesn't work with Node v15 but it might work with older Node and NPM versions)