A web app to create and share character sheets for the role-playing game Coriolis. Build with Svelte and Firebase.
https://coriolis-sheets.web.app/
For feedback, ideas, feature requests, if you found a bug or would like to contribute code, artwork, translations etc., just open an issue, create a pull request or shoot me an email.
Thanks to our contributors!
- grcarmenaty – Spanish translation
- betkov – Czech translation
This is a project template for Svelte apps. It lives at https://github.com/sveltejs/template.
Install the dependencies...
cd svelte-app
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5555. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv
commands in package.json to include the option --host 0.0.0.0
(start script).
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
. This uses sirv, which is included in your package.json's dependencies
so that the app will work when you deploy to platforms like Heroku.
From within your project folder:
firebase deploy