Provides an easy-to-use online creation tool for StarFinder.
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
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.
This project is build with next.js and the standard commands apply:
pnpm install
to download all the required librariespnpm run dev
to start a local environmentpnpm run lint
for automated code review based on eslintpnpm run build
to validate and prepare a static releasepnpm run test
to run all vitest tests in watch modepnpm 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 viapnpm 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.
Create a .env.local
file to store the following info:
- Connectivity to kinde for authentication
KINDE_CLIENT_ID
KINDE_CLIENT_SECRET
KINDE_ISSUER_URL
- Connectivity to MongoDB (optional - localhost by default)
STARFINDER_MONGO_URI
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