Skip to content

BogTheMudWing/Flight-Forge

Repository files navigation

Flight-Forge

A guided Wings of Fire character generator.

Flight Forge is not currently but will eventually be a web program that guides you through the process of creating a Wings of Fire character.

Run it Locally

You'll need npm installed. The best way to install npm is using nvm.

  1. Clone the repository.
git clone https://github.com/BogTheMudWing/Flight-Forge.git
cd Flight-Forge
  1. Install packages
npm install
  1. Start dev server.
npm run dev

Open http://localhost:5173 in your browser.

Build

You'll need npm installed. The best way to install npm is using nvm.

  1. Clone the repository.
git clone https://github.com/BogTheMudWing/Flight-Forge.git
cd Flight-Forge
  1. Install packages
npm install
  1. Build
npm build

The resulting files are in the dist folder. Open or serve index.html.

About

A guided Wings of Fire character generator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published