# Little Miss Robot - brandplatform boilerplate

This is the repository of the boilerplate for creating brandplatforms. This
makes use of the npm package [lmr-brandplatform](https://bitbucket.org/leapforward/little-miss-robot-brandplatform-core/src/develop/). This contains a basis to start from when creating a new
brandplatform.

## Installation

1. Clone repository through an IDE or your terminal.
2. Run `npm install` in your terminal to install dependencies.
3. Run `npm run start` to start the development environment.
4. The project is accessible at `localhost:9000`.

## Scripts

- `npm run start`: Start the development environment.
- `npm run build`: Start building for production into `./dist` folder.
- `npm run generate`: Generate a component, for example:
`npm run generate -- --components=button`
- `npm run production`: Start The server
- `npm run release`: Create package.zip from the build files

## Deploy

1. Follow the steps defined in the [devops](https://bitbucket.org/leapforward/little-miss-robot-devops-guide/src/master/guides/new_brandplatform.md)
2. Once these steps are done, simply push to master and an autodeploy will start

## Contact

If there are any questions concerning this repo, you can always contact the
lovely people mentioned below in chronological order:

* Wouter Vandersyppe (DO NOT CALL BEFORE 11:00)

	* Project Manager, Technical lead, 24/7 Grumpy cat
	* `wouter@littlemissrobot.com`

* Jan Van Lysebettens

	* Design lead, Front-end Developer, Master Climber
	* `jan@littlemissrobot.com`

* Collin Van der Vorst

	* Back-end Developer, beetje Front-end Developer, Craft wizard
	* `collin@littlemissrobot.com`

* Nele De Bruycker

	* Visual Design, Front-end Developer, Pull Request Master
	* `nele@littlemissrobot.com`

* Benoit Bosschaert

	* Creative/Front-end developer, Craft apprentice, Code Jedi
	* `benoit@littlemissrobot.com`

* Sébastien Henau

	* Creative/Front-end developer, beetje Motion Design, wannabe Developer
	* `sebastien@littlemissrobot.com`
