Please install the dependencies nodejs
and yarn
before proceeding.
- Set up and run the yagna requestor service following the instructions provided here.
- Clone this repository with git or download and unzip the files to a folder. Then open a new terminal and change your directory to the folder.
- Run
yarn install
followed byyarn run build-all
(Windows users: please runnpm install -g win-node-env
beforehand). - Remember to set your yagna app key as an environment variable and initialize yagna payments. Then run
yarn run start-server
. - Visit localhost:3000 in a browser and you should see the Golem Sudoku app.
/golem
contains the file structure of the docker image and the docker file isDockerfile
/public
contains public website assets/puzzles
contains generated sudoku puzzles/server
contains the code for the express server and the requestors/src
contains React components