ChurchApps / ChurchAppsWeb

Brochure site for churchapps.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChurchAppsWeb

Brochure site for (churchapps.org)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Join us on Slack.

Dev Setup Instructions

Using Docker

The easiest way to get the project set up for local development is to use the Docker setup instructions, with the "FullStack" container.

Manual Setup

This project depends on several APIs. You may either set them up on your local machine first, or point to the staging server copies during development. The staging server urls are in the sample dotenv files.

  1. Copy dotenv.sample.txt to .env and updated it to point to the appropriate API urls.
  2. Install the dependencies with: npm install
  3. Run npm start to launch the project.

About

Brochure site for churchapps.org

License:MIT License


Languages

Language:TypeScript 89.9%Language:CSS 5.5%Language:JavaScript 3.6%Language:HTML 0.7%Language:Dockerfile 0.2%