impactasaurus / app

Impactasaurus frontend - making it easy for small and medium sized charities to demonstrate their social impact.

Home Page:https://impactasaurus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Impactasaurus Web App

Impactasaurus is changing the way charities measure and report on social impact. We are building a free, open source, easy to use, configurable impact measure tool, which is compatible with any CRM. Read more about Impactasaurus at https://impactasaurus.org.

The web app is written using typescript, react, apollo and semantic UI.

Getting Started

To get an account, you can sign up for Impactasaurus at https://impactasaurus.org. To get an idea of the typical workflow, check out our recent webinar.

To run the application against the live backend, simply:

npm install && npm start

Then navigate to http://localhost:8080. You should be able to log in and use the application exactly as it appears on the live site.

Running a Local Backend

If you want to try out changes using a local server and database you need to host the server locally and then connect the frontend to it.

First spin up the server project, details for how to do this can be found in the server project.

Then edit config/main.js, changing config.app.api to point at http://localhost:8081 instead of the live API.

Contributing

Please read the contribution guidelines to find out how to contribute.

Thanks goes to these wonderful people:

drimpacttomdohnalnikw92abhishek71994Remoraxthemakshter

Contributions of any kind are welcome!

About

Impactasaurus frontend - making it easy for small and medium sized charities to demonstrate their social impact.

https://impactasaurus.org

License:MIT License


Languages

Language:TypeScript 92.4%Language:Less 3.7%Language:JavaScript 2.1%Language:EJS 1.8%Language:Shell 0.0%