https://github.com/hurricaneinteractive/pide
https://github.com/hurricaneinteractive/pide
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hurricaneinteractive/pide
- Owner: HurricaneInteractive
- Created: 2018-10-02T02:02:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T05:24:34.000Z (over 7 years ago)
- Last Synced: 2025-06-14T16:04:33.159Z (12 months ago)
- Language: JavaScript
- Homepage: https://dynamic-pide.herokuapp.com
- Size: 7.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pide
A mashup of technologies all trying to display spotify data in some way shape or spice
## Setup
- Clone the repo
- Run `npm install` or `yarn` to install the the packages
- Depending on which project you are working on, you may need to run this command in the `cumin, masala & paprika` folders.
## Commands
- `npm start`: Starts an express server (this is for the live environment)
- `npm run start:cumin`: Starts gulp watch for global styling & `ng serve` in the `cumin` folder
## Creating a command
- Go to the `package.json` file in the root of the project and add a entry into the `scripts` object
- Copy `start:cumin` as a reference
- `\"gulp\"`: Should stay the same. This compiles the global styling
- `\"cd cumin && ng serve\"`: Should be changed to `cd` into your working directory and (&&) run your build script.
- Add entry under "Commands" in README.md