lukin0110 / pizza-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lint and Test

Pizza

A package that demo's pizza charts.

πŸš€ Using

Prerequisite: the following command needs to be executed inside a DevContainer. See Contributing section to get started.

To serve this app, run:

poe serve --dev

and open localhost:8000 in your browser.

πŸ§‘β€πŸ’» Contributing

Prerequisites
1. Install Docker
  1. Go to Docker, download and install docker.
  2. Configure Docker to use the BuildKit build system. On macOS and Windows, BuildKit is enabled by default in Docker Desktop.
2. Install VS Code

Go to VS Code, download and install VS Code.

1. Open DevContainer with VS Code

Open this repository with VS Code, and run Ctrl/⌘ + ⇧ + P β†’ Dev Containers: Reopen in Container.

The following commands can be used inside a DevContainer.

2. Run linters

poe lint

3. Run tests

poe test

4. Update poetry lock file

poetry lock --no-update

See how to develop with PyCharm or any other IDE.


️⚑️ Scaffolded with Poetry Copier.
πŸ› οΈ Open an issue if you have any questions or suggestions.

About


Languages

Language:Dockerfile 70.9%Language:Makefile 16.4%Language:Python 12.7%