Welcome to the source code of my personal website!
Clone the repository:
git clone https://github.com/noeltesaluna/personal-website-v2.git- Install the necessary packages:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000 to view the site.
- Build the app for production:
npm run build
- The build artifacts will be stored in the
buildfolder, ready for deployment.