Dashword is an open source, community project. Anyone can contribute ideas, articles, or code.
- To submit ideas, article drafts, or complete articles for publication, please see our contribution guide.
- To contribute to our codebase, consider openning an issue or pull request on this repository.
If you're a developer and want to help out, that's great! Here's some of what you need to know:
- Dashword.net is a Node.js application.
- The website is built using Eleventy. This allows us to convert markdown files into pages on the website.
The documentation is in the docs/
folder. Everything you need to know is there, including how to run Dashword on your own machine!