omar2205 / cems-blog

Home Page:https://cems-blog-frontend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

A Nextjs frontend for a blog. A task for cems-it.com.

Installation

$ pnpm install

Running the app

Note: copy .env.example and rename it to .env and update the variables.

To get a JWT secret generate a 32 char with this command:

$ openssl rand -base64 32
$ pnpm dev
or
$ npm run dev

About

https://cems-blog-frontend.vercel.app


Languages

Language:TypeScript 85.6%Language:JavaScript 8.9%Language:CSS 5.5%