Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 463 Bytes

File metadata and controls

executable file
·
28 lines (21 loc) · 463 Bytes

Getting Started

# create next.js project
# use defaults for other settings
> npx create-next-app@latest <project-name>
> cd <project-name>

# init shadcn/ui
> npx shadcn@latest init

# start dev
> npm run dev

SST

# init sst.dev
> npx sst@latest init
  • Follow instructions to Setup AWS.
    • Create a management account
    • Create dev and prod accounts
    • Setup the AWS CLI
    • Configure SST