Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duffn/theouterrim
Fan-made stat site for Fantasy Flight Games' Star Wars role-playing game.
https://github.com/duffn/theouterrim
hacktoberfest star-wars
Last synced: about 1 month ago
JSON representation
Fan-made stat site for Fantasy Flight Games' Star Wars role-playing game.
- Host: GitHub
- URL: https://github.com/duffn/theouterrim
- Owner: duffn
- License: mit
- Created: 2020-02-18T02:01:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T02:06:55.000Z (3 months ago)
- Last Synced: 2024-10-14T15:47:42.946Z (3 months ago)
- Topics: hacktoberfest, star-wars
- Language: HTML
- Homepage: https://theouterrim.co
- Size: 2.92 MB
- Stars: 15
- Watchers: 6
- Forks: 12
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# The Outer Rim
The Outer Rim is a fan-made site for Fantasy Flight Games' Star Wars role-playing game. Find it at https://theouterrim.co.
## Contributing
You can contribute with either code but also with audits and creation of new stats. Any and all help is equally appreciated!
### Contributing with code
#### Running the project
- Have Ruby >= 3.3 installed
- Install Ruby project dependencies```
bundle install
```- Install Node project dependencies
```
npm install
```- Install `foreman`
```
gem install foreman
```- Run the application
```
./bin/dev
```- It will be available at http://localhost:4000.
- Open a PR with any changes you may have and a preview environment on Vercel will automatically be built.### Contributing with stats
All of the stats are kept in the `data` directory in one file each per stat type. In order to add a new entry, follow the format in the YAML file.
Audits of current stats are welcome and appreciated. Even a single character counts!
If you have any questions about stats, don't hesitate to open an issue.
## License
[MIT](https://opensource.org/licenses/MIT)