devict / devict.org

The amazing devict.org
https://devict.org
6 stars 28 forks source link
hacktoberfest

Our website now lives in the devict/website repo!


devict.org

This is the source repository for devict.org. It is built using Lume, which is powered by Deno.

Contributing

A great way to contribute is to file an issue if you notice a bug or something that could be improved. Note that the devICT Code of Conduct applies to collaboration in this space.

To modify the site itself you should fork this repo then clone your fork locally. Create a new branch off main for your issue such as fix-link. When your changes are ready, push up your branch to your fork and submit a PR to this repo for review.

Local development

Set up your IDE

Install and run

Make changes

Deployment

This repo is deployed to Netlify. Commits to the main branch are autodeployed there. Our netlify deploy configuration is stored in repo at netlify.toml.