We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Web application built to support the school of engineering with student advising and academic planning
senior project by david magnuson
🚀 see it live
🧶 make sure to have yarn installed : npm i -g yarn
npm i -g yarn
📝 navigate to folder -> install dependencies : yarn
yarn
🎬 yarn start : builds and starts up a dev server
yarn start
👀 yarn watch : builds in watch mode
yarn watch
🚀 yarn build : builds in production mode
yarn build
👷 yarn build-dev : builds in development mode
yarn build-dev
🧼 yarn clean : cleans /dist folder
yarn clean