- Notifications
You must be signed in to change notification settings - Fork6
📃 A nuzlocke template generator.
EmmaRamirez/nuzlocke-generator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
https://nuzlocke-generator.com/
- Track progress on your nuzlocke and share with others!
- Incredibly flexible templating system capable of custom CSS, custom Pokémon data, custom types, and more!
- Save data from your nuzlocke run as a
jsonfile - Import data from your actual Gen I & Gen II save files!
- Manage multiple nuzlocke runs at once
- Drag and drop box management
- Record and track your run stats
- Spreadsheet mode for rapid editing
- Encounter tracking to ensure you don't miss a Pokémon
If you have ideas for features of fixes, please tell me! I want to make this app as useful as possible.
In order to run this application locally, you'll needNodeJS andGit. After installing those, start by opening the command prompt and running the following commands:
git clone git@github.com:EmmaRamirez/nuzlocke-generator.gitcd nuzlocke-generatornpm installnpm run serveNode 20+ is recommended.
Note: closing the command prompt will stop the server!
You can also click theClone or Download button and select to download it as a zip file. You'll then want to use thecd command to navigate to the nuzlocke-generator folder. I'm available through Github issues if you have any questions.
You should find it atlocalhost:8080. In order to check for updates, run the following
git pull origin master&& npm installAnd then re-run the server!
⚠️ Proceed at your own risk! These features can be unstable and could possibly corrupt your data.
First, create a.env file at the root. The following are the current in-use environment variables:
# Determines if the build uses the faster production build or notNODE_ENV=<'development' OR'production'># Requires a Rollbar account, logs errorsROLLBAR_ACCESS_TOKEN=<TOKEN>ROLLBAR_ENDPOINT=https://api.rollbar.com/api/1/item/# Used for Bug ReporterGH_ACCESS_TOKEN=<GH_TOKEN># Used for future Theme EditorTHEME_EDITING=true# Used for future Tem Tem supportTEM_TEM_SUPPORT=true# Lists out new hotkeysNEW_HOTKEYS=true# Used for future HoF featureHALL_OF_FAME=true# Used for refactored Results view (still very unstable)RESULT_V2=true# Used for future data-freeze featureLOCKS=true# Used for planned Gen II saves supportGEN2_SAVES=true# Used for image uploadsIMAGE_UPLOADS=true# Legacy, tcg images are now enabled by defaultTCG_IMAGES=true# Required for cross-origin images (i.e. sprites mode)CORS_ANYWHERE_URL=<URL>
Unfortunately,due to changes in cors-anywhere, you will need to stand up your own instance of cors-anywhere in order to access cross-origin images (anything that comes from a non-nuzlocke-generator URL). After standing up your own server and whitelisting your localhost (you can run this locally as well), you can addCORS_ANYWHERE_URL=<YOUR_URL> to your.env file.
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.
About
📃 A nuzlocke template generator.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.
