Configgen helps users configure their wireless devices to connect to NYC Mesh. It loads configuration templates from our nycmeshnet/nycmesh-configs repo using Github's API and allows users to customize certain fields.
It is a React app which we currently host at Netlify.
Ensure that a recent version of Node.js is installed on your machine.
cd nycmesh-configgen
npm install
npm start
This runs the app in development mode and opens a Chrome browser.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.