golang-vietnam-homepage
golang-vietnam-homepage copied to clipboard
Homepage of Golang Vietnam Community
Golang Vietnam
This is the official repo for Gopher Conference website.
It was built using gatsby, a static-site generator for React. The output is a static website hosted in Netlify.
How to Contribute
Want to help? Sweet! We like help. Pull requests are very welcome. Here's how to get started:
- Fork the repository
- Make some changes (see Build Instructions below)
- Push your changes to your fork
- Open a pull request
When you open a pull request, we'd appreciate if you follow some basic guidelines:
- Describe what you're changing, and more importantly why you're changing it
- Keep the pull request focused on one thing - if you make two different, unrelated changes, please separate them into two pull requests
- Some pull requests won't get merged. All changes are reviewed by a committee member, and sometimes changes don't fit with the organisation's vision.
Build Instructions
Building and deploying the site is done via yarn
-
yarn
installs dependencies -
yarn start
runs webpack dev server for development mode -
yarn build
builds source code to static files for production -
yarn parse-news
to manually parse news from golang-weekly
License
MIT @ Golang Vietnam