Skip to content

noeltesaluna/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noel.tesaluna.com

Welcome to the source code of my personal website!

🚀 Quick Start

Clone the repository:

git clone https://github.com/noeltesaluna/personal-website.git

Running the Site in Development Mode

  1. Install the necessary packages:
    npm i
  2. Start the development server:
    npm start
  3. Open your browser and navigate to http://localhost:3000 to view the site.

Building the Site for Production

  1. Build the app for production:
    npm run build
  2. The build artifacts will be stored in the build folder, ready for deployment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published