This is a beta. Expect everything to break. Save backups if you value them.
In order to run this application locally, you'll need NodeJS and Git. After installing those, start by opening the command prompt and running the following commands:
git clone git@github.com:EmmaRamirez/nuzlocke-generator.git
cd nuzlocke-generator
npm install
npm run serve
Note: closing the command prompt will stop the server!
You can also click the Clone or Download
button and select to download it as a zip file. You'll then want to use the cd
command to navigate to the nuzlocke-generator folder. I'm available on Discord (emma#4085) or through Github issues if you have any questions.
You should find it at localhost:8080
. In order to check for updates, run the following
git pull origin master
And then re-run the server!
- Record your nuzlocke with a flashy image
- Save data on each of your Pokémon as a
json
file - Flexible style editing for multiple scenarios
- Custom moves, rulesets, badges, types, and more!
- Import from your actual save files!
If you have ideas for features of fixes, please tell me! I want to make this app as useful as possible.
I don't own Pokemon or any of the images except those of the app itself. All rights belong to their respective parties, including The Pokemon Company International and Nintendo. This application itself independent of copyrighted content is licensed under MIT.