Skip to content

ChicoState/arch-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arch-vim

Docker commands

Building after changes:

docker compose up --build

SQLite file


The SQLite file is in .gitignore, so after running the previous command, run

docker compose exec backend manage.py migrate


Once we start making level, we can store level data in a json file, like /backend/fixtures/levels.json

docker compose exec backend python manage.py loaddata fixtures/levels.json

Starting after being built

docker compose up

Shutting down

docker compose down

React frontend once running here:

http://localhost:3000/

Django backend once running here:

http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 3

  •  
  •  
  •