Skip to content

puria/codespacet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codespacetest

Punchline: Dyne's starter for your SaaS applications


Setup

Backend

  1. cd admin && go build

Frontend

  1. cd webapp && pnpm i

Usage

Backend

cd admin
./pb serve

Frontend

cd webapp
pnpm dev