Skip to content

JHSeo-git/blog.seonest.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog.seonest.net

seonest

About this project

This is a blog project using React, Next.js.

I wanted to make a blog that I could write and publish easily. So I made this project.

Feel free to use this project as you like. and if you have any questions, please leave a issue.

Stack

Running Locally

  1. Clone this repository
git clone https://github.com/JHSeo-git/blog.seonest.net.git my-blog

cd my-blog
  1. Install dependencies
pnpm install
  1. Edit .env file

copy .env.example to .env and edit it.

# supabase
# Connect to Supabase via connection pooling with Supavisor.
SUPABASE_DATABASE_URL="postgres://postgres.../postgres?schema=preview&pgbouncer=true&connection_limit=1"
# Direct connection to the database. Used for migrations.
DIRECT_URL="postgres://postgres.../postgres?schema=preview&pgbouncer=true&connection_limit=1"
  1. Run dev server.
pnpm dev

License

MIT

About

JHSeo's Development blog 😀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •