Skip to content

danieljmann96/friends-wordle

Repository files navigation

Still in Development

Friends Wordle

Currently deployed on Digital Ocean https://live.friendswordle.co.uk/

Install

npm install

Run locally

To run locally, use the webpack dev server configuration by running the below:

npm start

How to build

To build static files, use the webpack prod configuration by running the below:

npm run build

Docker

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published