/ScaffoldTool

Primary LanguageTypeScript

Scaffold Tool

Setup Locally

Have node v16.13.2 installed. To setup this project locally, run these commands in the terminal

git clone https://github.com/UofA-Blueprint/ScaffoldTool.git
cd ScaffoldTool
npm i
npm run dev

Run Netlify commands

netlify login to login to netlify via an opened browser
netlify init to connect github repo to netlify
netlify dev to start a development environment
netlify build to build static site locally