Skip to content

willymateo/portfolio

Repository files navigation

portfolio

My personal dev-portfolio

Environment variables

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.

Setup

Install dependencies

npm install

Run server

Production

npm run build
npm start

Development

npm run start:dev
# or
yarn start:dev
# or
pnpm start:dev
# or
bun start:dev

Open http://localhost:3000

About

My personal web portfolio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published