Skip to content

Personal blog to archive development tutorials, snippets, etc

Notifications You must be signed in to change notification settings

brdebr/dev-pills

Repository files navigation

<Dev-Pills/>

Personal blog to archive development tutorials, snippets, etc

🔨 Load dependencies

npm i

💻 · Local development with hot reload

npm run dev

📦 · Compiles, generate pages and minify for production

npm run build && npm run generate

✅ · Run production locally

npm run start:prod