Skip to content

c4dt/showcase_v2

Repository files navigation

Center for Digital Trust (C4DT) Showcase

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# bun
bun run dev

updates types

If you do any changes to any of the schemas, make sure to run this command

bunx json2ts utils/schemas -o ./types

Production

Build the application for production:

# bun
bun run build

Locally preview production build:

# bun
bun run preview

Check out the deployment documentation for more information.

About

Revamp of showcase.c4dt.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published