admin ui shell

This commit is contained in:
DecDuck
2024-10-09 15:43:55 +11:00
parent 486bce8bc7
commit 6b5e48d6fe
8 changed files with 240 additions and 65 deletions

View File

@ -19,8 +19,9 @@ Drop uses a utility package called droplet that's written in Rust. It has builts
Steps:
1. Copy the `.env.example` to `.env` and add your GiantBomb metadata key (more metadata providers coming)
2. Open up a terminal and navigate to `dev-tools`, and run `docker compose up`
3. Open up a terminal in the root directory of the project and run `yarn` and then `yarn dev` to start the dev server
2. Create the `.data` directory with `mkdir .data`
3. Open up a terminal and navigate to `dev-tools`, and run `docker compose up`
4. Open up a terminal in the root directory of the project and run `yarn` and then `yarn dev` to start the dev server
To create an account:
Head over to the `/register` page. It's currently a temporary development form for creating a username + password log in.