Skip to content

An activity book for use while socially distancing.

License

Notifications You must be signed in to change notification settings

ClickPop/quarantine

Repository files navigation

Things To Do When the World Gets Canceled!

An activity book for use while socially distancing.

Getting Started

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.

Prerequisites

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

Installing

  • 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 file cp .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.
  • Preview in your browser at: http://localhost:3000

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Creators

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

An activity book for use while socially distancing.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published