Skip to content

harangju/decentralization-dashboard

Repository files navigation

Decentralization Dashboard

This repository hosts a minimal site built with React and Bun.

Setup

  1. Install bun.
  2. Fork this repo and cd into it.
  3. Run bun install to pull dependencies.
  4. Run bun run dev to run the server at http://localhost:3000.

Customize

  • Update the text in src/App.tsx to reflect your bio or links.
  • Adjust styles in src/index.css if you want different colors or spacing.
  • Swap icons or social urls in src/utils/icons.tsx.

Deploy

  • Deploy anywhere that can host static files:
    • Run bun run build to create a production bundle.
    • Run bun run serve to serve the built site.
  • Deploy on Firebase for free:
    • Create a Firebase project, and set up the CLI.
    • Update your project name in .firebaserc.
    • Run bun run deploy to build and deploy.

To-Do

  • use tailwind, shadcn, charts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors