Skip to content

danfleser/danfleser.com

Repository files navigation

Dev blog

Personal static blog using mdx, React and Next.js. Can be used as a template.

Install dependencies

npm install

Run server locally

npm run dev

Build for prod and export static website

npm run build

Add a post

# run
npm run gen-post My new article

git add .
git commit -m "feat: new post"
git push