Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.18 KB

@bricked/pages

license semantic-release: angular version

My very own site on the interwebz.

Deploy

Develop locally

npm install # install dependencies
npm run dev # start dev server

Deploy locally

npm install # install dependencies
npm run build # build site to ./dist/

Deploy to Vercel

From upstream

Deploy and clone to Vercel

From a fork

Deploy existing fork to Vercel

Deploy to GitHub pages

  1. Enable pages in the pages settings.
  2. Uncomment the push event in the deploy.yml workflow to enable it.