Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This website contains an auto-archiver which will get every single existing NNID
This is a standard Django app. You probably should know how to setup one. But if you really need steps, here you go (for development setup only):
- First, clone the repository: `git clone https://github.com/LetsShop3DS/SaveMii.git`
- After that, run `cd SaveMii`
- Install dependencies with `pip3 install -r requirements.txt`
- Now, let's create the database: `python3 manage.py makemigrations miiapp`
- After that, we'll apply the migrations to the database: `python3 manage.py migrate`
- Now, run the server with `python3 manage.py runserver`.
Expand Down