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
- Host: GitHub
- URL: https://github.com/rayyannafees/djazzapp
- Owner: RayyanNafees
- Created: 2023-08-14T12:16:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T13:40:56.000Z (over 2 years ago)
- Last Synced: 2025-01-18T14:28:04.940Z (12 months ago)
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.