Skip to content

SolientArt/ayp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

All Your Pants

The website behind the robot behind the legend behind the nonsense.

woosh

Gods help us all.

Dependencies

This application is written in Node and uses Redis for persistence. To install these in OS X, install Homebrew first and then run

$ brew install redis
$ brew install node

This will install both of the requirements. The remaining requirements will be installed by the application layer.

Tech Stack and Tech Stack Accessories

fun

That's about it. If something is stupid or confusing, FILE A FUCKING ISSUE so that it can get fixed.

Local development

First, clone the repository, and set the name of the remote to upstream. This will become useful when you fork the repository to contribute changes.

$ git clone https://github.com/desert-planet/ayp
$ cd ayp
$ git remote rename origin upstream

Now use npm, which should have been installed with node, to install the application and all of its dependencies.

$ npm install

If nothing goes wrong, you can then load the local database with some test strips after loading the dev environment.

$ . script/ayp-env
$ script/db-seed
=>  I'm gonna stuff your DB with some content.
[..snip..]

Now you're GOOD TO GO. To run the development server

$ npm start

Your pants running at http://localhost:5000/

⚠️ ⚠️ ⚠️

Code changes to .coffee files require a restart of the server. Because I'm bad at programming

⚠️ ⚠️ ⚠️

Setting up your fork for contribution

If you have already created a fork, you can add that remote as origin

$ git remote add origin https://github.com/your_name_here/ayp

So that newly created branches will push to your fork, but switching to master and running git pull will get the latest changes from the upstream repository.

About

The Visualized Descent Into Madness.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 97.8%
  • Shell 1.9%
  • CSS 0.3%