Official Organic Maps website source code. Please contribute your translations!
* Add HTML formatter: js-beautify https://www.npmjs.com/package/js-beautify Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru> * package.json: dependency move to dev Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru> * HTML formatter: add `"end_with_newline": true` and npm run format Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru> * npm scripts ; to && Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru> |
||
---|---|---|
content | ||
sass | ||
static | ||
templates | ||
.gitignore | ||
.jsbeautifyrc | ||
.stylelintrc.json | ||
AUTHORS.md | ||
config.toml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
Organic Maps
This website is build with Zola and Cloudflare Pages.
Development
Use zola serve
for a local preview or zola build
to generate static site in the public
folder.
npm i && npm run format
will pretty-format Markdown and scss.
Deployment
Every PR deploys a preview version of the site at unique url.
Every merge into the master branch deploys changes into the production at https://organicmaps.app