Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 672 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 672 Bytes

omin.dev

Running locally

  1. Inatall dependencies
git clone https://github.com/omins/blog.git
cd blog

pnpm install
pnpm dev

# or
yarn
yarn dev

# or
npm install
npm dev
  1. Create a .env file and fill it like .env.example

  2. Open http://localhost:3000 with your browser to see the result.

Additional Notes

I refer how to setup project from this template