Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 345 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 345 Bytes

pieks

A game about poking

Play it at https://pieks.rafa.ee.

Running in development mode

Requirements:

  • npm
  • python 3
  • uvicorn
  • fastapi

For the client:

cd frontend
npm install
npm run dev

For the server:

cd backend
uvicorn main:app --reload

License

GPL 3.0, see LICENSE file.