Skip to content

nthungdev/portfolio

Repository files navigation

Portfolio

Getting Started

First, run the development server:

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

Open http://localhost:3000 with your browser to see the result.

Deployment

Deploy with Firebase Hosting

  • Make sure you have .npmrc file with the following content:
legacy-peer-deps=true

This is needed because not all dependecies are using React 19.

  • Create an .env.<firebase_project_id> file with the environment variables for the project. Required variables are in the .env.example file.

Run

firebase deploy --only hosting

About

My portfolio website made with NextJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published