StickNitro / questionnaireio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questionnaire.io

This is the site application for Questionnaire.io, a free open-source survey application

GitHub issues GitHub pull requests GitHub forks GitHub stars GitHub license

Build Status Coverage Status

David David

Table of contents

  1. Getting Started
  2. Supporting
  3. Installation Instructions
  4. Troubleshooting
  5. Contributing
  6. Conduct
  7. Contributors
  8. Sponsors
  9. License

Getting Started

questionnaireio contains all the core components required to set-up and run your own questionnaireio site, all you need is the dependencies listed below:

  • Auth0 - You will need an Auth0 account and configuration to allow authentication and authorization, you can read more in the Installation Instructions
  • Firebase - A Firebase account and configuration will be required for the Firestore database, you can read more in the Installation Instructions

Supporting questionnaireio

questionnaireio is an Open Source (MIT Licensed) project, it's an independent project with ongoing development made possible thanks to the support of our awesome backers.

Installation Instructions

To install this project follow these instructions:

  1. If you have not done so already, make a fork of this repository
  2. Clone to your local computer using git.
  3. Make sure that you have Node 10.9 or later installed. questionnaireio also requires Angular CLI 7 or greater.
  4. Make sure that you have NPM or yarn installed.
  5. Run npm install or yarn from the root of your clone of this project.

Development Server

Run npm start or yarn start for a dev server. Navigate to http://localhost:4200. The application will automatically reload if you make any changes to any of the source files.

Troubleshooting

So, you're in trouble huh? Ok, well let's see if we can get you some help.

The best place to ask questions is on StackOverflow. You can also join our Slack channel and link your StackOverflow questions there. But try to avoid asking generic help questions directly on Slack since they can easily get lost in the chat. You can also try searching among the existing GitHub issues.

Still having trouble? None of the above helped? Hmm, maybe you had better open a new issue.

Contributing

Contributions are very welcome! And remember, a contribution is not only PRs and code but any help with docs or helping other developers to solve issues are very much appreciated! Thanks in advance!

Please read our contribution guidelines.

Conduct

Project maintainers pledge to foster an open and welcoming environment and ask contributors to do the same.

For more information see our code of conduct

Contributors

StickNitro

Sponsors

Coming Soon

License

MIT

About

License:MIT License


Languages

Language:TypeScript 76.4%Language:JavaScript 11.8%Language:HTML 10.5%Language:CSS 1.3%