Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 529 Bytes

injoi Website

Stack

Web framework

Uses Astro to static build the site.

npm start # start dev env
npm run build # build site
npm run preview # serve the built site
npm run netlify # dev env with netlify (rerouting for language)

Dependency Managment

Use pnpm to manage dependencies.

pnpm i # install deps
pnpm add -D {my-new-dependency} # add
pnpm rm {dependency-i-want-to-remove} # remove
pnpm up --latest # update all deps to the latest version