ahmednoureldeen / map-egypt.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAP Egypt

Development environment

To set up the development environment for this website, you'll need to install the following on your system:

  • Node (v4.5.x) & Npm (nvm usage is advised)

The versions mentioned are the ones used during development. It could work with newer ones.

After these basic requirements are met, run the following commands in the website's folder:

$ npm install

Getting started

$ npm run build-geo

Build the geometries needed for the maps.

$ npm run serve

Compiles the sass files, javascript, and launches the server making the site available at http://localhost:3000/ The system will watch files and execute tasks whenever one of them changes. The site will automatically refresh since it is bundled with livereload.

Other commands

Compile the sass files, javascript... Use this instead of npm run serve if you don't want to watch.

$ npm run build

About

License:Other


Languages

Language:JavaScript 65.2%Language:CSS 32.8%Language:HTML 1.0%Language:Makefile 0.7%Language:Shell 0.2%