Skip to content

rice-apps/thea-aa

Repository files navigation

thea-aa

Installation process

Prerequisites:

  • Python, 3.10 or newer (ideally 3.12.5)
  • Pip, the Python package installer
  • Git, the version control system
  • A code editor, such as Visual Studio Code
  • Bun (or npm), but bun is recommended
  1. Clone the repository
git clone [email protected]:rice-apps/thea-aa.git
  1. Create a virtual environment in the backend directory
cd backend-thea-aa
python -m venv venv
  1. Activate the virtual environment
source venv/bin/activate
  1. Install the required packages
pip install -r requirements.txt
  1. Run the backend server
python manage.py runserver
  1. Install dependencies in the frontend
cd ../frontend-thea-aa
bun install (or npm install)
  1. Run the frontend server
bun run dev (or npm run dev)
  1. Note that this project is using Svelte 5 These are the docs for svelte 5: https://svelte-5-preview.vercel.app/docs/introduction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published