Getting Started
Let's do this thing.
Last updated
Let's do this thing.
Last updated
To get start, install from Node's site, or . For advanced usage may be useful.
Optionally, install Yarn
, which tends to make dependency management a bit less painful. After installing Node
/npm
:
The easiest way to get start with WebGeoDa scaffolding is with . Install Degit
with:
Alternatively you can fork the repository directly .
Next, in your terminal, you can create a new WebGeoDa scaffolding like this:
To run the local development server, open your terminal and get started like so:
Mapbox tiles are the default background tiles for WebGeoDa scaffolding's maps. If you want to use , make an account and generate an API token. Then, create a file called .env.local
in the project root folder with your API key as shown below:
You now have the basic WebGeoDa scaffolding ready to go! From here, why not , , or check out the default to see how things fit together?