https://github.com/sealjay/isitadao
An Azure Static Web App describing what a DAO is, and what it is not.
https://github.com/sealjay/isitadao
Last synced: 2 months ago
JSON representation
An Azure Static Web App describing what a DAO is, and what it is not.
- Host: GitHub
- URL: https://github.com/sealjay/isitadao
- Owner: Sealjay
- License: other
- Created: 2022-06-30T16:51:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T04:29:51.000Z (over 2 years ago)
- Last Synced: 2025-01-28T04:45:54.570Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IsItADAO
[](https://standardjs.com)
[](http://commitizen.github.io/cz-cli/)


This repository is the underlying code for [isitadao.tech](http://isitadao.tech/), a tongue in cheek exploration of... whether or not an org structure is a DAO, or simply a solution in search of a problem.
This repository is build on top of the Salient [Tailwind UI](https://tailwindui.com) site template and [Next.js](https://nextjs.org), and deployed to [Azure Static Web Apps](https://docs.microsoft.com/en-us/azure/static-web-apps/deploy-nextjs?WT.mc_id=AI-MVP-5004204)).
## Getting started with this repository
To get started, first install the npm dependencies:
```bash
npm install
```Next, run the development server:
```bash
npm run dev
```Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.
## License
The underlying site template is a commercial product and is licensed under the [Tailwind UI license](https://tailwindui.com/license). Changes and additions are licenced under the MIT licence, as an End Product released open source and freely available to End Users.
## Contact
Feel free to contact me [on Twitter](https://twitter.com/sealjay_clj). For bugs, please [raise an issue on GitHub](https://github.com/Sealjay/isitadao/issue).## Contributing
Contributions are more than welcome! Please bear in mind that most of this is written from a UK point of view. This repository uses [GitHub flow](https://guides.github.com/introduction/flow/) - with [Commitizen](https://github.com/commitizen/cz-cli#making-your-repo-commitizen-friendly) to enforce semantic commits (`npm install -g commitizen cz-customizable`, `echo '{ "path": "cz-customizable" }' > ~/.czrc`, and then `git cz`- easy to setup!)**Note: This adds a .czrc file to your home directory, and will overwrite existing commitzen .czrc files.**