Skip to content

lucas-fern/lucas-fern.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Project

1. Clone the project and install

npm install

2. Run the project

npm i
npm start

3. Build

npm run build

Updating

  • Update content in public and src on main branch
  • Update meta description in the head of public/index.html
  • Push changes to main, GitHub actions should then publish the site to the gh-pages branch