Skip to content

stackery/ServerlessDays-PDX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.