A simple example of a Bloggify app.
# Clone this repository
git clone https://github.com/Bloggify/bloggify-quick-start
# Install the dependencies
cd bloggify-quick-start && npm i
# Start the app in dev mode
npm run start:dev
There are few ways to get help:
- Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
- For bug reports and feature requests, open issues. 🐛
Have an idea? Found a bug? See how to contribute.