This repository is the underlying code for 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 site template and Next.js, and deployed to Azure Static Web Apps).
To get started, first install the npm dependencies:
npm install
Next, run the development server:
npm run dev
Finally, open http://localhost:3000 in your browser to view the website.
The underlying site template is a commercial product and is licensed under the Tailwind UI license. Changes and additions are licenced under the MIT licence, as an End Product released open source and freely available to End Users.
Feel free to contact me on Twitter. For bugs, please raise an issue on GitHub.
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 - with Commitizen 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.