NTUEEInfoDep / NTUEECourseMap

A course map website for NTUEE students.
2 stars 28 forks source link

NTUEE Course Map

About

A course map for NTUEE students with Gatsby & Notion

Plugins

With Gatsby offering a plugin-rich ecosystem, there are a few key plugins that make this project possible.

Project Structure

Development

  1. use node v16.20.2
    $ nvm install 16.20.2
    $ nvm use 16.20.2
  2. install package
$ yarn install
  1. build
$ yarn build
  1. dev
$ yarn dev