https://github.com/fiamecaster/bfn-stats
Website for viewing stats on all playable classes in PVZ BFN
https://github.com/fiamecaster/bfn-stats
css html javascript react solid typescript vanilla-js website
Last synced: 16 days ago
JSON representation
Website for viewing stats on all playable classes in PVZ BFN
- Host: GitHub
- URL: https://github.com/fiamecaster/bfn-stats
- Owner: FIameCaster
- Created: 2023-02-04T15:03:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T20:53:53.000Z (10 months ago)
- Last Synced: 2025-02-14T12:41:39.236Z (2 months ago)
- Topics: css, html, javascript, react, solid, typescript, vanilla-js, website
- Language: TypeScript
- Homepage: https://bfn-stats.netlify.app/
- Size: 1.85 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# BFN Stats
BFN Stats is a website for viewing statistics for all playable characters in PVZ Battle for Neighborville, both primary weapons and abilities. The website includes a TTK Calculator, detailed upgrade descriptions, a sortable table for an overview of all stats and a page for comparing classes.
### Usage
The website is hosted with Netlify: https://bfn-stats.netlify.app.
If you wish to run it locally, install dependencies:
npm install
And run the dev command which both runs the build script and starts the dev server:
npm run dev
Next time you can run the start command which doesn't run the build script
npm start