- Alexandre Chichportich
- Julien Girardeau
- Aurélien Marrast
- Corentin Marzin
- Lucie Zevaco
- Mickaël Zhang
In order to recompile the sources, you will need :
- Node
- Yarn or Npm
- Gulp
In order to start the project, you must clone and install all dependencies first.
git clone https://github.com/mickaelzhang/poem-editor.git
cd poem-editor
yarn install
composer install
You then need to start a local server with tool such as MAMP to see it live.
To have a unity in code convention a .editorconfig is setup. You can install one of those plugins for your editor :
- CSS -> BEM
- JS -> camelCase
- [ADD] - Used when we add new files or dependencies
- [UPDATE] - Used when we update important part of the project
- [FIX] - Used when we fix bugs, codes and other stuff
- [MERGE] - Used when we merged our branches
gulp
: Default command, will start watching files and launch browser-syncgulp build
: Build asset just oncegulp dist
: Export into a functional project for production (Don't work right now)