This project uses Yarn Workspaces so you can run the Novela locally with an example site.
git clone [email protected]:narative/gatsby-theme-novela.git
cd gatsby-theme-novela
yarn
Once you've downloaded the repository and installed all the depedencies you can run the project locally.
yarn start
Before making any large changes to Novela please create an issue to discuss the change or a draft PR. Our aim is to keep this project simple to use without too much configuration.
We also deeply value design so any new feature must pass our design review.
We're more than happy with PRs that fix typos, syntax errors, and types. You do not have to create an issue or request a fix to these.
chore
: Change build process, tooling or dependencies.ci
: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)feat
: Adds a new feature.fix
: Solves a bug.docs
: Adds or alters documentation.style
: Improves formatting, white-space.refactor
: Rewrites code without feature, performance or bug changes.perf
: Improves performance.test
: Adds or modifies tests.revert
: Changes that reverting other changes