https://github.com/openmole/openmole-site
https://github.com/openmole/openmole-site
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmole/openmole-site
- Owner: openmole
- License: agpl-3.0
- Created: 2017-04-07T14:32:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T23:03:33.000Z (about 9 years ago)
- Last Synced: 2025-02-01T01:51:22.382Z (over 1 year ago)
- Language: Scala
- Size: 532 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openmole-site
## Build
The project is separated into two parts: a JVM and an JS one. The page locations have to be generated from scalatex and then built for the js part thanks to the macrosite project.
To do so, run:
```sh
buildMacro
```
It will add a ```maropackage.scala``` file in your js project. Build this macro each time your scalatex structure changes so that it is available through the js part
Then, build the whole site with:
```sh
buildSite --target the/path/of/your/website
```