It's nice to have you here! This project is the web app created by the PodCodar community, it's main objective is to teach good practices of development for our mentees.
To work on this project you have use yarn
or bun
as package manager.
Personal suggestion: use
bun
and be happy.
-
Install dependencies using library bun whit command
bun
. -
run
bun decrypt
to decrypt the.env.gpg
file. (ask the password for the current teammembers) -
now enter a command
bun dev
your project will be running. -
to run de production build
bun build && bun start