Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 450 Bytes

File metadata and controls

15 lines (11 loc) · 450 Bytes

berkeleyopensource

This repo contains the source for the org website. To start development, run the following in your terminal

npm install
npm run dev

and then open the specified localhost in your browser. To commit changes, push to master:src branch. Github pages by default will be served from the master branch. To preview and publish the website, run the following in your terminal:

npm run serve
bash deploy.sh