Skip to content

spirobel/gucci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gucci

quickstart:

bun create spirobel/gucci yournewproject

barebones quickstart:

bun create spirobel/aldi yournewproject

if you don't have bun installed, run first:

curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL

To install dependencies:

bun install

dev:

bun run dev

production:

bun run start

build:

bun run build

migrations:

bun run db:mm # to make migrations, after editing the schema.ts file
bun run db:migrate

Tutorial

If you understand these 3 basic concepts you can build your own website with mininext:

  1. html + css
  2. templating
  3. you can use data inside of your html templates

Tutorial video: intro to mininext

About

quick start template for mininext

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published