Coder Social home page Coder Social logo

smokinhotdaisy / exiletrade Goto Github PK

View Code? Open in Web Editor NEW

This project forked from exiletrade/exiletrade

0.0 1.0 0.0 5.53 MB

Path of Exile - Advanced Trade Search

License: GNU General Public License v2.0

JavaScript 73.74% CSS 7.00% HTML 19.26%

exiletrade's Introduction

Join the chat at https://gitter.im/poeblackmarket/poeblackmarket.github.io

ExileTrade - An Advanced Search Engine

3capture 3capture 3capture 3capture 3capture

Requirements

You'll need the following software installed to get started.

  • Node.js: Use the installer for your OS.
  • Git: Use the installer for your OS.
  • Gulp and Bower: Run npm install -g gulp bower
    • Depending on how Node is configured on your machine, you may need to run sudo npm install -g gulp bower instead, if you get an error with the first command.

Get Started

Clone this repository using git.

git clone https://github.com/exiletrade/exiletrade.git

Change into the directory.

cd exiletrade

Install the dependencies. If you're running Mac OS or Linux, you may need to run sudo npm install instead, depending on how your machine is configured.

npm install
bower install

While you're working on your project, run:

npm start

This will compile the Sass and assemble your Angular app. Now go to localhost:8080 in your browser to see it in action. When you change any file in the client folder, the appropriate Gulp task will run to build new files.

Commands you need to push your changes:

git status								<- Shows the status of your copy of the source code
git pull								<- Make sure you are always up to date
git commit -am "what I changed" 		<- Commits your changes to your local repository
git push origin master					<- Push your changes, and if you wanna help us, you will then need to create a pull request on GitHub

To run the compiling process once, without watching any files, use the build command.

npm start build

This will build your project once with minified/uglified JS:

gulp build --production

This will build a demo version (uploaded to github) once with minified/uglified JS:

gulp build --production --demo

Dev Notes

Got this one my .bashrc. This will do git add/commit/push in one command.

function gita() {
    git add .
    git commit -a -m "$1"
    git push origin master
}

exiletrade's People

Contributors

thirdy avatar eruyome avatar zocke1r avatar kyri0 avatar nesvand avatar ronindreamer avatar shawniac avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.