The goals of this website are as follows:
- to improve the aesthetic and functionality of our digital presence
- to streamline creation of conference pages each year
- to add new features
We aim to write code that is:
- Consistent
- Accessible
- Performant
- Ethical
- Review the website goals above
- Read the contributing doc
- Agree to and abide by our code of conduct
- Follow the instructions below to setup the site and begin development
Have a question? Make an issue using the question issue template.
- Node (v10.15.3)
-
Clone the repo.
git clone https://github.com/WriteSpeakCode/writespeakcode.com.git
-
Install node modules and start development server.
Navigate into your new site’s directory and start it up.
cd writespeakcode.com/ npm install npm run develop
-
Write code.
The site is now running at
http://localhost:8000
Note: You'll also see a second link:
http://localhost:8000/___graphql
. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.
Each time we make a pull request either on github or via the CMS, Netlify will deploy a preview of our changes to a custom URL.
When any PR is merged into the production
branch, Netlify automatically deploys that branch live.
More information about this site and further resources are located in the /docs
folder.