GVatest / simple-blog

Blog template build with Next JS and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

π•Šπ•šπ•žπ•‘π•π•– π”Ήπ•π• π•˜

Blog template build with Next JS and React

Start

Clone

git clone https://github.com/GVatest/simple-blog
cd simple-blog

Install

npm install
# or
yarn install

Setup

generate prisma client / apply migrations

npx prisma generate
npx prisma migrate deploy

environment variables

OCTOKIT_ACCESS_TOKEN = "your token from https://github.com/settings/tokens/new"

create new superuser

node createsuperuser.js --username <name> --password <password>

Start

npm run dev
# or
yarn dev

Build

npm run build
# or
yarn build

Credits

Contributors:

  • πŸ‘€ Vasiliy Ganja

License

Licence

About

Blog template build with Next JS and React

License:MIT License


Languages

Language:TypeScript 78.4%Language:SCSS 16.7%Language:JavaScript 4.9%