Skip to content

Commit

Permalink
Merge pull request #19 from huntresslabs/dev
Browse files Browse the repository at this point in the history
readme
  • Loading branch information
HuskyHacks authored Sep 4, 2024
2 parents a17db70 + c8484ba commit edf37c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ If you want to contribue to the RogueApps project, please review the [Wiki Contr
When a contribution is accepted into the repo, add the details of the contribution to the `rogueapps.json` file located in `public/`. The production data for rendering rogue apps to the site is pulled live from `https://raw.githubusercontent.com/huntresslabs/rogueapps/main/public/rogueapps.json`, so new entries must be merged into main to go live on the actual site.

## Development Guide
### Docker Quickstart

Clone the repo and then run the following from the root directory:

```
docker build -t rogueapps .
docker run -it -p 3000:3000 rogueapps
```

### Dev Install

First, clone the repository (main or dev branch).
Expand Down

0 comments on commit edf37c1

Please sign in to comment.