Skip to content

berkeleyopensource/berkeleyopensource.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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