Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

platoon-djs/platoon-se

Repository files navigation

platoon-se

Source code for http://platoon.se/ core module.

Install

To contribute to the project do you need to have node, bower and composer installed.

First install node using the installer from https://nodejs.org/ which comes with the "node package manager" (npm) then install bower running the command below in a terminal:

# might need sudo
$ npm install -g bower

When you've installed composer from https://getcomposer.org/ install all development dependecies by runnig the command below from the project folder, ie. the cloned git repo.

$ npm install && bower install && composer install

Environment and configuration

To have the correct environment when developming make sure to copy and configurate the environment variables

$ cp .env.dist .env

Gulp

To facilitate develpoment do we use the gulp automate tool. Install it globally on your machine for it to run.

# might need sudo
$ npm install -g gulp

Tasks

Gulp task are then run from the project folder using gulp [task]

app     Concat and generate angular applicaiton
connect Starts a simple php testserver
deploy  Deploy project to server using ftp
reload  Start a development server that watches for and reloads
        resources on changes
sass    Generate css files from sass source
watch   Watch for and update .scss and .js changes

About

[Archived] Source code for http://platoon.se/ core module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •