- Install nvm: https://github.com/nvm-sh/nvm#installing-and-updating
- install node:
nvm install --lts - instal depedencies:
cdto this dir,npm install
- Change the code/add content
- Build the app:
npm run build - Server the latest build:
npm run start - Check changes at (http://localhost:3000)[http://localhost:3000]
- Push the changes to GitHub