Documentation site for MapRoulette.org
If you would like to contribute to this documentation, thank you!
- If you have a video or article we should link to, feel free to open an issue and we will look at the best way to include it in learn.maproulette.org.
- If you want to write or translate documentation, please get in touch at maproulette@maproulette.org.
This is based on Eleventy Starter.
This site is hosted on Netlify.
- Node and NPM
- Netlify CLI optional
# install the project dependencies
npm install
# run the build and server locally
npm run start
# run the production build
npm run build
# run netlify cms proxy server (for local CMS access)
npx netlify-cms-proxy-server
# Install the Netlify CLI globally
npm install -g netlify-cli
netlify dev
Serverless functions are located in src/functions
A serverless functions pipeline is included via Netlify Dev. By running netlify dev
you'll be able to execute any of your serverless functions directly like this:
- /.netlify/functions/hello
Netlify's Redirects API can provide friendlier URLs as proxies to these URLs.
- /api/hello