/denverdevs.org

The denverdevs.org core.

Primary LanguageJavaScriptMIT LicenseMIT

Netlify Status

Denver Devs Website - denverdevs.org

Here's where the magic happens. This is the denverdevs.org website, which is basically a bunch of words wrapped around one critical feature: the automatic Slack invite component. We're using VuePress, a touch of AWS Lambda magic, Netlify for hosting & keeping data updated.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You'll need some familiarity with HTML/CSS/JavaScript to get to working with this. Knowing a bit of Vue.js helps too.

Outside of knowledge you'll need Node, Yarn & VuePress to run this - so if you don't have those set up on your machine check out this page.

Get Yarn here

Get VuePress here

Installing

Clone this directory into the area you want:

git clone https://github.com/Denver-Devs/denverdevs.org

Hop into the directory it's at:

cd denverdevs.org

Get the dependancies / node_modules installed:

yarn

Once that's done, and it could take just a bit, you'll want to take a look at the build

yarn docs:dev

This will set up a little server for you, watch the repo, and let you update code without refreshing.

Deployment

Deployment is handled via Travis-CI and Github Pages. After you've worked up your changes / feature branch submit a PR, once it's all good we'll merge into the master branch and assuming everything passes your work will automagically deploy soon.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details. You're welcome to use our code here and feel free to reach out with any questions. Please don't take or use our logo / identity though without asking us.

Acknowledgments

  • Shout out to the Vue.js team and VuePress. Got us up and running in no time.
  • Appreciate the free tiers open on so many great tools out there - they're a lifesaver when it comes to non-profit community projects.
  • The admins & community of denverdevs.org, thanks for being here.
  • Also thanks to PurpleDoor for the rad readme template.