Skip to content

Latest commit

 

History

History
103 lines (69 loc) · 2.97 KB

README.md

File metadata and controls

103 lines (69 loc) · 2.97 KB

Write Speak Code Logo

Write Speak Code Website

Netlify Status code style: prettier Npm Audit Fix

✨ Goals

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

💻 How to contribute

  • 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.

💖 Quick start

Dependencies

Developing

  1. Clone the repo.

    git clone https://github.com/WriteSpeakCode/writespeakcode.com.git
  2. 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
  3. 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.

🎭 Staging

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.

🚀 Deployment

When any PR is merged into the production branch, Netlify automatically deploys that branch live.

🎓 Learn More

More information about this site and further resources are located in the /docs folder.

Code of Conduct Read

Contribute Read

Technologies Read

Resources Read