Skip to content

SUTD Organisation of Autonomous Robotics Club Website

License

Notifications You must be signed in to change notification settings

jamestiotio/sutdsoar

 
 

Repository files navigation

SUTD Organisation of Autonomous Robotics (SOAR) Website

SUTD SOAR

Usage

  • Development:

    1. Fix a cache issue: npm config set cache "C:\Users\Firstname~1\AppData\Roaming\npm-cache" --global or npm config set cache C:\tmp\nodejs\npm-cache --global
    2. Download or clone this repository
    3. Change directory: cd sutdsoar
    4. Install dependencies: npm install
    5. Run npm run dev
  • Production:

    • Netlify (CSR SPA):

      • Build command: npm run build:spa
      • Publish directory: dist
      • Deploy log visibility: Private logs
      • Production branch: master
      • Deploy previews: Automatically build deploy previews for all pull requests
      • Branch deploys: Deploy only the production branch
      • Build image: Ubuntu Xenial 16.04 (default)
      • Asset optimization: Pretty URLs, Bundle CSS, Minify CSS, Bundle JS, Minify JS and Compress Images
      • Custom domain: sutdsoar.netlify.com and soar.opensutd.org
    • Heroku/AWS (SSR PWA):

      • Coming soon!

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.3%
  • Vue 37.8%
  • SCSS 5.3%
  • Handlebars 4.5%
  • JavaScript 0.8%
  • HTML 0.2%
  • Dockerfile 0.1%