bytewisecoding / mmst

Hong Kong Maritime Museum Ship Tracking App
GNU General Public License v3.0
1 stars 0 forks source link

Maritime Museum Ship Tracker (MMST)

This project is building an app that will present educational content and a real-time ship-tracking map for the Hong Kong Maritime Museum.

Folder Structure

Tech Stack

And more to be added!

Dev Info

Detailed initial project setup info can be found here

Dev Run Steps

  1. Install or switch to Node.js v20.18.0
  2. Navigate to mmst-app in your favorite terminal
  3. Run npm install and then npm start

Pull Request Prerequisites

  1. Run ESLint: npm run lint
  2. Fix any ESLint issues, confirm fixes by running ESLint again
  3. Run Prettier: npm run format
  4. Submit Pull Request into main branch