To install
bun add @spirobel/mininextsyntax highlighting:
github:
quickstart:
bun create spirobel/gucci yournewprojectbarebones quickstart:
bun create spirobel/aldi yournewprojectif you don't have bun installed, run first:
curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSLTo install dependencies:
bun installdev:
bun run devproduction:
bun run startbuild:
bun run buildIf you understand these 3 basic concepts you can build your own website with mininext:
- html + css
- templating
- you can use data inside of your html templates
Tutorial video: intro to mininext