So you'd like to contribute to the PeninsulaJS site! Thanks for even thinking to :) To work on the site locally, you'll need to do the following:
- Install node, if you don't already have it.
- Install npm, if you don't already have it and it wasn't included with your copy of node.
- Git clone this repository.
- Run
npm install
from within the root of the project. npm run dev
will start up the build process as well as start a local server onhttp://localhost:3000
.- We use PostCSS to process our styles, so make changes to the CSS files in the
src/
directory instead ofmedia/
. - The site presently does not have a CI process, so commit changed files from both
src/
andmedia/
.