◐ Shell
clean mode source ↗

GitHub - pythonpizza/python.pizza: The main website with information about the past, present and future events

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Python Pizza

Netlify Status

Development

For local development consider using docker with below command:

docker run --rm -it \
  -p 8000:8000 \
  -p 8001:8001 \
  -v "$PWD":/app \
  -v pythonpizza_node_modules:/app/node_modules \
  -w /app \
  node:16-bullseye \
  bash -lc "corepack enable && yarn install && yarn develop -H 0.0.0.0 -p 8000"

About

The main website with information about the past, present and future events

Resources

Readme

License

MIT license

Activity

Custom properties

Stars

2 stars

Watchers

0 watching

Forks

5 forks

Releases

No releases published