Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kddnewton/pokerpg-builder
Webapp for building pokemon in PokeRPG
https://github.com/kddnewton/pokerpg-builder
pokemon react
Last synced: 14 days ago
JSON representation
Webapp for building pokemon in PokeRPG
- Host: GitHub
- URL: https://github.com/kddnewton/pokerpg-builder
- Owner: kddnewton
- License: mit
- Created: 2017-02-14T13:06:57.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:33:46.000Z (3 months ago)
- Last Synced: 2024-10-23T23:01:56.991Z (3 months ago)
- Topics: pokemon, react
- Language: TypeScript
- Homepage: https://kddnewton.com/pokerpg-builder
- Size: 10.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PokeRPG Pokemon Builder
[![Build Status](https://github.com/kddnewton/pokerpg-builder/workflows/Main/badge.svg)](https://github.com/kddnewton/pokerpg-builder/actions)
A small webapp for building Pokemon per the PokeRPG spec.
## Getting started
Ensure you have `yarn` installed. In the root of the directory run `yarn` to install all dependencies. There are some configured `yarn` scripts to get development started:
* `yarn lint` - Lint the code
* `yarn start` - Start a local dev server## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/kddnewton/pokerpg-builder.
## License
The code is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).