Skip to content

jusoftdev/bloggify

Repository files navigation


Logo

Bloggify

Now it's easy for Bloggers to host and manage their own Blog with ease.
Explore the docs »

View Demo · Report Bug · Request Feature
  Buy Me A Coffee

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. To do
  6. Contributing
  7. License
  8. Contact
  9. Contributors

About The Project

Bloggify is a place to read, write and host

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
  • NodeJS
  • NextJS
    npm i next react react-dom
  • Sanity
    npm i --global @sanity/cli
  • Typescript
    npm i typescript --save-dev

Installation

  1. Clone the repo
    git clone https://github.com/jusoftdev/bloggify.git
  2. Install packages
    npm i
  3. Create Sanity Project
  4. Insert your Data in .env
NEXT_PUBLIC_SANITY_DATASET=production
NEXT_PUBLIC_SANITY_PROJECT_ID=ID
SANITY_API_TOKEN=TOKEN
  1. Insert your Sanity Details in bloggify-cms/sanity.json
  2. Run Backend (Sanity Studio)
cd bloggify-cms
npm start
  1. Run Frontend
next dev
  1. Deploying the Studio (so you can access it everywhere)
sanity deploy

Usage

Sanity Studio Postings
Comments

Fully responsive Design

Roadmap

See the open issues for a list of proposed features (and known issues).

Todo

  • Dark Mode
  • Advanced Posting
  • Autonomic contribution

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

JuSoft - @jusoftdev - Discord Server - support@jusoft.dev

Project Link: https://github.com/jusoftdev/bloggify

Contributors