Still in Development
Currently deployed on Digital Ocean https://live.friendswordle.co.uk/
npm install
To run locally, use the webpack dev server configuration by running the below:
npm start
To build static files, use the webpack prod configuration by running the below:
npm run build
Alternatively, create a docker container with the multi-stage dockerfile included:
docker build -t friends-wordle .
Then start the service:
docker run --rm -it -p 8080:80 friends-wordle