XavierOlland / blood-bowl-roster

Home Page:https://www.bbroster.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBRoster

A simple web app to keep track of Bloodbowl 2020 teams made with Svelte.

Get started

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see the app running.

If you're using Visual Studio Code Svelte for VS Code is pretty handy.

If you want to serve your development build to the local network use:

npm run dev:serve

Building and running in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start.

Unit tests

There are limited unit tests using jest which can be run with:

npm run test

test:watch:

npm run test:watch

E2E

Cypress e2es are run with each deploy.

Run against bbroster.com

npm run e2e

Run against local:

npm run e2e:local

BBRoster.com status

Netlify Status

About

https://www.bbroster.com

License:GNU General Public License v3.0


Languages

Language:TypeScript 48.0%Language:Svelte 45.5%Language:JavaScript 4.6%Language:HTML 0.9%Language:CSS 0.7%Language:SCSS 0.3%