This is the source for pdxnode.org.
git clone [email protected]:PDXNode/pdxnode.org.git
npm i
npm start
git clone
will clone the source of this repository to the working directory in your terminalnpm i
will install all dependencies needed for working on the sitenpm start
will build the site and start a local live-reloading server so you can work on the site right away
Contributions welcome! Please read the contributing guidelines first.