Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
To run this project locally, clone the repo and install dependencies:
git clone https://github.com/netlify/staticgen
cd staticgen
npm install
npm start
To generate a production build, use the npm build
script:
npm build
We appreciate any pull requests to add projects to StaticGen or improve the project!
By contributing to StaticGen, you agree that your contributions will be licensed under its MIT license.