Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 306 Bytes

File metadata and controls

36 lines (26 loc) · 306 Bytes

tram-46

Project Setup

npm install

Run development server locally

npm run dev

Git

Add all file changes

git add .

Take snapshot (commit changes)

git commit -m "<message>"

See history

git log

Push to remote

git push origin main