Skip to content

GVatest/simple-blog

Repository files navigation

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

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published