The goal of this project is to provide a single place for users to search for NAPARC affiliated congregations.
Users can search by location, as well as by denomination.
Clone the repository and install dependencies:
git clone https://github.com/zfixler/naparc.git
cd naparc
npm install
Run the development server:
npm run dev
Build the project for production:
npm run build
Preview the production build:
npm run preview
Contributions are welcome!
This project is licensed under the MIT License.