Home

Awesome

MapRoulette Docs

Documentation site for MapRoulette.org

If you would like to contribute to this documentation, thank you!

Technical Details

This is based on Eleventy Starter.

This site is hosted on Netlify.

Netlify Status


Prerequisites

Running locally

# 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

Netlify Dev

# 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:

Redirects and proxies

Netlify's Redirects API can provide friendlier URLs as proxies to these URLs.

Troubleshooting

If you run into any strange errors or problems, this Troubleshooting doc may assist you.