Skip to content

Tietokilta/rekisteri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rekisteri

New project for a membership registry.

Developing

Pre-requisites Node.js v22.

# enable corepack (pnpm)
corepack enable

# install deps
pnpm install

# setup env
cp .env.example .env

# start db
pnpm db:start

# push schema
pnpm db:push

# run dev server
pnpm dev

Building

To create a production version of your app:

pnpm build

You can preview the production build with pnpm preview.

To deploy your app, you may need to install an adapter for your target environment.

About

New project for a membership registry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published