Skip to content

RavenSam/sisky

Repository files navigation

SiSky

SiSky is a headless blog build using the NextJS and TailwindCSS for the frontend and Strapi CMS as a backend.

you can find the strapi repository that I used for this project here

Screenshots

Posts Page

enter image description here

Sign up Page

enter image description here

Login Page

enter image description here

Dashboard

enter image description here

Dashboard Sidenav

enter image description here

Installation

Set up environment variables

create a .env file on your root directory Your .env file should look like this:

NEXT_PUBLIC_API_URL=<your strapi cms url>

This project requires node and npm installed globally.

Clone the repository to a directory of your choosing.

Navigate into the project directory and install the necessary packages

npm install

# or

yarn install

To start the developement server

npm run dev

# or

yarn dev

Releases

No releases published

Packages

No packages published