Welcome to the source code of my personal website!
Clone the repository:
git clone https://github.com/noeltesaluna/personal-website.git
- Install the necessary packages:
npm i
- Start the development server:
npm start
- 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
build
folder, ready for deployment.