Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 902 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 902 Bytes

Blocksdao-Frontend

This repository contains the frontend code for the BlocksDAO project. It is built using TypeScript, CSS, and other web technologies to enable decentralized governance mechanisms. The repository includes the following:

Features

  • Decentralized governance features for managing and interacting with BlocksDAO.
  • Supports different front-end interfaces and integrations for user interaction with the DAO.

Folder Structure

├── .github/workflows      # GitHub workflows for CI/CD
├── packages/nouns-webapp  # Webapp package for the project
├── .gitignore             # Git ignore file
├── package.json           # Package dependencies and scripts
├── tsconfig.base.json     # Base TypeScript configuration
├── tsconfig.json          # TypeScript configuration file
├── yarn.lock              # Yarn lock file for dependencies