A pretty good README to get started with
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Why was this project started? Who is it for?
To get it running locally, install dependencies with yarn and run the commands
- yarn
npm install yarn@latest -g
# Install dependencies
yarn install
# Fetch content from CMS backend
yarn fetch:content
# Run local dev server
yarn dev
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues)
Want to make a change? Any contributions you make are greatly appreciated.
Check out the issues page
- Clone the repo
- Create your Feature Branch (
gco -b release/my-project
) - Commit your Changes (
git commit -m add: small addition
) - Push to the Branch (
git push origin release/my-project
) - Open a Pull Request
- JT Houk - @HoukasaurusRex