si-tpa Svelte Themes

Si Tpa

Information System Website with Svelte and FastAPI

SI-TPA — Sistem Informasi Taman Pendidikan Al Quran

Information System Website with Svelte and FastAPI

How to Setup

  1. Clone this repository

    git clone https://github.com/mab-eric313/si_tpa.git
    cd si_tpa
    
  2. Make virtual environment

    Windows
    Open the code editor or command prompt

    python -m venv .venv
    .\.venv\Scripts\activate
    

    Linux

    python3 -m venv .venv
    source .venv/bin/activate
    
  3. Install FastAPI dependencies

    pip install -r requirements.txt
    
  4. Install Svelte dependencies

    npm install
    
  5. Run the project

    npm run dev:all
    

Top categories

Loading Svelte Themes