Flowtter / svelte-crispy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a temporary repository for crispy

demo

youtube link

run

  • add some images in resources/images
  • docker-compose up --build
  • open http://0.0.0.0:8080/ on your browser

dev

To allow the development of the project, you can build wihout docker-compose: to do so, you'll need another resource folder

  • add a .env in backend/.env which contains the following variables:

    • DIRECTORY_PATH=ressources/
  • copy your usual resources/ in backend/resources/

  • cd frontend && npm install && npm run dev

  • cd backend && pip install -r requirements.txt && uvicorn src.app:app --reload --host 0.0.0.0 --port 1337

About


Languages

Language:Svelte 40.1%Language:JavaScript 30.6%Language:Python 20.5%Language:CSS 4.5%Language:Dockerfile 2.2%Language:HTML 2.1%