···8686- **Namespace Management**: Create a namespace. You can later use the cli or api to upload files to that namespace. Namespaces can have multiple versions of files, or can hold a website (index.html).
8787- **Web Hosting**: Host static websites within namespaces. (like GitHub pages, but per namespace)-->
88888989-## Getting Started
8989+## Getting Started (dev mode, use the docker image for real use cases!)
909091911. Clone the repository:
9292 ```bash
9393 git clone https://git.strawmelonjuice.com/strawmelonjuice/strawmediajuice.git
9494 cd strawmediajuice
9595 ```
9696-2. Start the application:
9696+9797+2. Get the dependencies. `mise i` or `nix development` work, but if you'd want to install them in other ways, see the `mise.toml` file for your list of dependencies.
9898+9999+3. Start the application:
97100 ```bash
9898- mise run dev
101101+ just dev
99102 ```
100100-3. Access the dashboard at [http://localhost:3000](http://localhost:3000).
103103+4. Access the dashboard at [http://localhost:3000](http://localhost:3000).
104104+101105102106## Environment Variables
103107