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.
You'll need npm installed. The best way to install npm is using nvm.
- Clone the repository.
git clone https://github.com/BogTheMudWing/Flight-Forge.git
cd Flight-Forge
- Install packages
npm install
- Start dev server.
npm run dev
Open http://localhost:5173 in your browser.
You'll need npm installed. The best way to install npm is using nvm.
- Clone the repository.
git clone https://github.com/BogTheMudWing/Flight-Forge.git
cd Flight-Forge
- Install packages
npm install
- Build
npm build
The resulting files are in the dist
folder. Open or serve index.html
.