Skip to content
forked from thesam73/wordle

Nebak kecap rahasia dina 6 kasempetan. Bakal aya kecap anyar tiap poe.

License

Notifications You must be signed in to change notification settings

ruangchupa/keclap

 
 

Repository files navigation

Keclap

Nebak kecap rahasia dina 6 kasempetan. Bakal aya kecap anyar tiap poe.

Ngabuild jeung ngajalankeun di lokal

Ngajalankeun di lokal

Clone repositorina terus jalankeun command line ieu:

$ cd keclap
$ npm install
$ npm run start

Ngabuild / jalankeun make Docker container

Development

$ docker build -t keclap:dev -f docker/Dockerfile .
$ docker run -d -p 3000:3000 --name keclap-dev keclap:dev

Buka http://localhost:3000 dina browser.

Production

$ docker build --target=prod -t keclap:prod -f docker/Dockerfile .
$ docker run -d -p 80:8080  --name keclap-prod keclap:prod

Buka http://localhost dina browser.

Diantos kontribusina akang/teteh. 🙂

About

Nebak kecap rahasia dina 6 kasempetan. Bakal aya kecap anyar tiap poe.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • TypeScript 93.6%
  • CSS 3.2%
  • HTML 1.6%
  • Other 1.6%