My personal dev-portfolio
You must have a .env.local
file in the root
of the proyect. The .env.local
file must have the content of .env.template
Note: Ask to an admin for the value of environment variables.
npm install
npm run build
npm start
npm run start:dev
# or
yarn start:dev
# or
pnpm start:dev
# or
bun start:dev