Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 489 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 489 Bytes

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