/starfinder

Character creator for the StarFinder RPG

Primary LanguageTypeScriptMIT LicenseMIT

StarFinder

Deployment Quality Gate Status Code Coverage

Provides an easy-to-use online creation tool for StarFinder.

Current Status

This project is in alpha mode and supports only French language at the moment.

You can have an overview of the current implementation here: https://starfinder.monperso.fr

Licenses

This application has been created as open-source and its code is available here under the MIT License.

The data provided by this application are available under Black Book Editions and Paizo Community Licenses.

Ce site utilise des marques déposées et/ou des droits d’auteurs qui sont la propriété de Black Book Editions et de Paizo Publishing comme l’y autorisent les conditions d’utilisation de Black Book Editions. Ce site n’est pas publié par Black Book Editions ou Paizo Publishing et n’a pas reçu son aval ni une quelconque approbation de sa part. Pour de plus amples informations sur Black Book Editions, consultez www.black-book-editions.fr.

Pour plus d’informations sur les conditions d’utilisation de la Paizo Community Use Policy, veuillez vous rendre sur paizo.com/communityuse.

Development

next.js TypeScript pnpm bootstrap vitest lpaywright

This project is build with next.js and the standard commands apply:

  • pnpm install to download all the required libraries
  • pnpm run dev to start a local environment
  • pnpm run lint for automated code review based on eslint
  • pnpm run build to validate and prepare a static release
  • pnpm run test to run all vitest tests in watch mode
  • pnpm run test --ui to run all vitest tests in watch mode with vitest-ui enabled

Other scripts available :

  • pnpm run test:e2e to run all e2e tests based on playwright. Used before as part of the release process to validate a deployment before its promotion to production. Before running those tests locally, playwright browsers needs to be installed via pnpm exec playwright install.
  • pnpm run start to start a local environment based on the build execution. Useful to connect to the production database after having created a .env.production file.

Monitoring via Sentry

The monitoring of the application in production is linked to sentry.

The local application could be linked as well if needed, if you have an authorized sentry account.

The command to connect to sentry is:

sentry-cli login