Skip to content

tsogzolmaa-muugii/thesis-transportation-multi-media-map

Repository files navigation

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