Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

📃 A nuzlocke template generator.

NotificationsYou must be signed in to change notification settings

EmmaRamirez/nuzlocke-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://nuzlocke-generator.com/

A Preview

alt

Features

  • 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 ajson file
  • 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.

Running Locally

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 serve

Node 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 install

And then re-run the server!

Accessing Beta/In-Progress Features

⚠️ 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>

Enabling Sprites Mode in Local Instances

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.

Legal

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

Stars

Watchers

Forks

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp