This is an attempt to put together existing templates for the Little Help Book using the Vue framework.
Airtable holds our data and makes it available with Airtable API with Airtable-generated documentation here.
Here are steps to follow when making changes in the base in order to not interrupt data entry or website usage:
- Back up the table
- Make your changes in the base
- Test the changes and check compatibility with existing code
Note: If Airtable does not provide a latitude/longitude, or if the lat/long appears as [0, 0], do not place a marker on the map for the associated location.
- Home
- About
- Category
- Subcategory
- Terms
npm install
npm run serve
npm run build
npm run lint