Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 631 Bytes

File metadata and controls

18 lines (11 loc) · 631 Bytes

ServerlessDays Portland

The website for the local ServerlessDays event in Portland, OR.

Original artwork taken from github.com/ServerlessDays/ArtWork.

Locally organized by Stackery.

To run the site locally:

  1. Clone the repo
  2. cd to /serverlessdays-pdx
  3. run npm install to install the dependencies
  4. run npm start to start the local server

To update the site:

Just commit and push to the master branch. The site is hosted on Netlify and will be automatically updated when any changes are detected.