in progress
.develop
, our default branch (main
is for production).in review
.MajaWielechowska
or KaminskiKrzysztof
) will be assigned. If not, you'll need to make the necessary fixes.Contact Adrian Połubiński if you need assistance.
To set up the required Node.js version, use nvm.
Ensure you have the following versions installed:
node 18.18.0
npm 8.11.0
Once installed, run npm i --legacy-peer-deps
.
Before starting development, populate the .env.development
file with the necessary variables:
GATSBY_API_URL=
GATSBY_API_KEY=
GATSBY_AUTH_DOMAIN=
GATSBY_PROJECT_ID=
GATSBY_STORAGE_BUCKET=
GATSBY_MESSAGING_SENDER_ID=
GATSBY_APP_ID=
GATSBY_MEASUREMENT_ID=
For these variables, please contact Adrian Połubiński.
To start the development server, run npm run start
.
For a production build, run npm run build
.
To run unit tests, use npm run test:watch
.