Skip to content

c4dt/showcase_v2

Repository files navigation

Center for Digital Trust (C4DT) Showcase

Look at the Nuxt 3 documentation to learn more.

Devbox

You can use the devbox bundler for the bun-bundler.

  1. Install Devbox
  2. Run devbox run dev to start the server listening at http://localhost:3000

Pre-Commit

This also installs pre-commit, so you can use the following to commit your code:

devbox run git commit -am "your messge"

This will run the pre-commit hooks defined by husky.

Prettier

If prettier complains that one or more of your files don't follow its formatting, you can update all the files like this:

devbox run prettier

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

Contributors 4

  •  
  •  
  •  
  •