We are an open, non-profit community for anyone interested in software development: software methodologies, frameworks, design approaches, testing are amongst the topics that may be covered in our community. The main reason for setting up this community is to provide a place for software professionals in the area to meet and exchange ideas and experiences.
This is a static static that is generated by Hugo.
Before trying to update content and submit changes to Github please install Hugo and follow the instructions bellow.
git clone git@github.com:serrestech/website.git
cd website
hugo server
rm -rf docs
hugo
git add .
git commit -m "Your commit message"
git push origin master