Skip to content

pomme-grenade/pieks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.