For blog content, check here.
-
Clone this repository
-
Update
app/lib/config.ts
-
Copy
.env.template
to.env
and change the content -
Install dependencies
npm run install
Run the dev server:
npm run dev
For generating the blog meta and view the blog posts locally. You need to setup the blog content locally and specify the path of the content in .env
variable VITE_LOCAL_CONTENT_DIR
.
Please check the guide in here.
vercel