An open API service indexing awesome lists of open source software.

https://github.com/rayyannafees/djazzapp

A Djazztro ( Django + Astro ) test project
https://github.com/rayyannafees/djazzapp

Last synced: 5 months ago
JSON representation

A Djazztro ( Django + Astro ) test project

Awesome Lists containing this project

README

          

# djazzapp
A [Djazztro](https://github.com/Bwc9876/Djazztro) project

## Setup

To setup a development environment first ensure you have python and node installed.
Then also ensure pnpm and pipenv are installed as well.

Clone the repo and run `pnpm install` to install all frontend dependencies.
Then, install all backend dependencies (we use pipenv).

## Running

To run a development server, run `pnpm run dev`.