๐Ÿ“๐Ÿ–ผ๏ธ๐Ÿน A small thing where I can upload a file and get a link back. https://media.strawmelonjuice.com/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Give the Readme some more info for our new approach

+8 -4
+8 -4
README.md
··· 86 86 - **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). 87 87 - **Web Hosting**: Host static websites within namespaces. (like GitHub pages, but per namespace)--> 88 88 89 - ## Getting Started 89 + ## Getting Started (dev mode, use the docker image for real use cases!) 90 90 91 91 1. Clone the repository: 92 92 ```bash 93 93 git clone https://git.strawmelonjuice.com/strawmelonjuice/strawmediajuice.git 94 94 cd strawmediajuice 95 95 ``` 96 - 2. Start the application: 96 + 97 + 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. 98 + 99 + 3. Start the application: 97 100 ```bash 98 - mise run dev 101 + just dev 99 102 ``` 100 - 3. Access the dashboard at [http://localhost:3000](http://localhost:3000). 103 + 4. Access the dashboard at [http://localhost:3000](http://localhost:3000). 104 + 101 105 102 106 ## Environment Variables 103 107