Metadata-Version: 2.1
Name: xe2layout
Version: 2019.10.10
Summary: UNKNOWN
Home-page: https://gitlab.com/guichet-entreprises.fr/libs/layout
Author: Christian Cougourdan
Author-email: florent.tournois@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
Requires-Dist: pymdtools
Requires-Dist: pyyaml
Requires-Dist: beautifulsoup4
Requires-Dist: jinja2
Requires-Dist: html5lib
Requires-Dist: md2py
Requires-Dist: polib
Requires-Dist: appdirs
Requires-Dist: upref
Requires-Dist: python-gitlab


# Layout

Layout template for all our applications.

## Working with static base layout

To build static base layout, without scripts, styles and other resources for each domain, execute command line :
```
npm install
```

To start local server, execute command line :
```
npm start
```



