Contains my blog and project directory.
Check out the live site here: isaacsmith.us
Site is built with Vue + Nuxt + Tailwind
Requires npm
- cd to src/site/
- run
npm install
if running for the first time (or after dependency changes) - run
npm run dev
- go to
localhost:3000
in your browser
- cd to src/site/
- run
npm run build
- built files are in the src/site/dist folder