Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 667 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 667 Bytes

CONTRIBUTING

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

Running Locally

To run this project locally, clone the repo and install dependencies:

git clone https://github.com/netlify/staticgen
cd staticgen
npm install
npm start

Building

To generate a production build, use the npm build script:

npm build

Pull Requests

We appreciate any pull requests to add projects to StaticGen or improve the project!

License

By contributing to StaticGen, you agree that your contributions will be licensed under its MIT license.