Skip to content

Simple Web-based calendar view of anarchist, anarchist-ish, queer, and trans/enby events happening in and around New York City.

Notifications You must be signed in to change notification settings

AnarchoTechNYC/NYCAnarchistEvents

 
 

Repository files navigation

NYCAnarchistEvents

You can see me live here.

Developing locally

The easiest way to develop this project is to use the provided Vagrant environment. You'll need to install Vagrant and VirtualBox. Then clone the repository and invoke vagrant up in the project's root directory:

git clone https://github.com/AnarchoTechNYC/NYCAnarchistEvents.git
cd NYCAnarchistEvents
vagrant up

The Vagrant configuration automates the following steps:

  1. Use Bundler to install Jekyll:
    bundle config set path vendor/bundle
    bundle install
  2. For event sources that do not correctly set their Access-Control-Allow-Origin CORS headers, you will also need a CORS proxy, and you need to set the corsbase variable in _config.yaml to that URL.
  3. Optionally, set your own event sources in the static/js/event-source-data folder.
  4. Run the Jekyll development server:
    bundle exec jekyll server

About

Simple Web-based calendar view of anarchist, anarchist-ish, queer, and trans/enby events happening in and around New York City.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.9%
  • HTML 9.8%
  • CSS 2.1%
  • Other 0.2%