Tech Malawi Official Website This is the source code for the official website that will be a central hub for all tech-related content in the country How to set up this application locally First, run the development server: 1. Clone the repository 2. Install all dependencies with yarn install or npm install Open http://localhost:3000 with your browser to see the result. Contributors Notes To contribute to this application please follow the steps below 1. Create a new git branch with git branch -b [name of branch] 2. You can add the code you want to publish 3. After finishing your work run git add -A 4. Then commit your code . PLEASE MAKE SURE ALL IS WELL BEFORE pushing 5. git push to push your code to our repo 6. Open a PR on GitHub, and we will take care of the rest