Short description of the project.
Full description of the project:
- What is it about?
- What does it do?
- Why is it useful?
- What problem does it solve?
- Who is it for?
- You need this item
- And you need this item
- Oh, and don't forget this item
Instructions for how to configure, run, and use the project. You can include the commands needed to install and start the development environment or any other useful and important commands. Screenshots can be included as well.
Look for more information in the [Documentation].
- Any unit or integration tests people can run to assure that everything’s working as expected?
- Any frameworks or commands that are needed here?
- Are there any tests in your deployment pipeline that ensure that no errors make it into the live site?
Also include the commands needed to run any tests:
# Run test(s)
npm run test
Instructions for how to deploy the project to a production environment, including any server requirements and commands used. And, in case you are using a CI/CD pipeline, for example, how do any automated processes work? What are the most important branches? Do they trigger any pipelines?
GitHub Pages - Vercel - Netlify - Cloudflare Pages
# Install dependencies
npm install
# Update dependencies
npm update
# Start local dev server
npm start
# Check formatting w/ Prettier
npm run check
# Fix formatting w/ Prettier
npm run format
For more details take a look at package.json.
- Plugin 1
- Plugin 2
We use Semantic Versioning for releases.
- 0.1.0
- First release
- CHANGE: Rename
foo()
tobar()
- FIX: Crash when calling
pleasedonotcrash()
- 0.0.1
- Initial commit
- Completed Change 1
- Completed Change 2
- Incomplete Roadmap Item 1
- Incomplete Roadmap Item 2
Thanks to these amazing people and their projects:
- [Person] – [Website]
- [Project] - [Website]
This code is available under the MIT License.