mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Merge branch 'main' into 'main'
docs: update running instructions See merge request soapbox-pub/ditto!120
This commit is contained in:
commit
02af0cf06d
1 changed files with 5 additions and 1 deletions
|
|
@ -45,7 +45,11 @@ TODO
|
|||
|
||||
1. Install [Deno](https://deno.land).
|
||||
2. Clone this repo.
|
||||
3. Run `deno task dev`
|
||||
3. Download [Soapbox](https://dl.soapbox.pub/) or another web-based Mastodon client of your choice.
|
||||
4. Put the frontend files inside the `public` directory.
|
||||
5. Create an `.env` file.
|
||||
6. Define `DITTO_NSEC=<value>` in your .env file. You can generate an nsec by installing [nak](https://github.com/fiatjaf/nak) and running `nak key generate | nak encode nsec`.
|
||||
7. Run `deno task dev`.
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue