Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 798 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 798 Bytes

Polly

A demo of what an extended version of Pol.is could look like for Sitra's purposes.

Docs you should read

Developing

Once you've installed dependencies with pnpm install and started the db in another terminal window with pnpm db:start, migrate the database:

pnpm db:migrate

start a development server:

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open

Building

To create a production version of your app:

pnpm build

You can preview the production build with npm run preview.