An activity book for use while socially distancing.
This web application is built on Node & Express.JS. It is relatively simple to get up and running, but does utilize Airtable as it's database. You will need to reach out to us to gain access, or for instructions on how to create your own base.
You will need the following items established in order to get up and running.
- Node & NPM Installed
- An Airtable Account
- Reach out to us for access to the Airtable Base
- Fork & Clone the repository somewhere on your machine.
- Enter the repository directory
cd <path-to-repo>
- Install necessary dependencies
npm install
- Create and edit your
.env
filecp .env.sample .env
- In Airtable, get your API key & Base ID, and add them to the
.env
file - Launch it via:
npm start
- If you would prefer a nodemon version, use
npm run live
.
- If you would prefer a nodemon version, use
- Preview in your browser at:
http://localhost:3000
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Chris Vasquez - Designer - @clickpop
- Graham Vasquez - Developer - @instagrahamv
- Sean Metzgar - Developer - @seanmetzgar
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details