Getting Started
Let's do this thing.
Last updated
Was this helpful?
Let's do this thing.
Last updated
Was this helpful?
To get started, 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 started with your project is to go to the and click the use this template button. That will let you create a new GitHub repository based on the current WebGeoDa release.
Once you have your GitHub repo started, clone the repository and open a terminal in your project folder. Run npm install
to download the required modules.
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:
To run the local development server, open your terminal and get started like so:
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?