Skip to content

delphi-hub/delphi-webapp

Repository files navigation

Delphi Search Web Application

A web UI for the Delphi platform.

We are currently in pre-alpha state! There is no release and the code in this repository is purely experimental!

branch status codacy coverage snyk
master Build Status Codacy Badge Codacy Badge Known Vulnerabilities
develop Build Status Codacy Badge Codacy Badge Known Vulnerabilities

What is the Delphi Web UI?

It is a web application to allow users to search for software projects.

How does it work?

TBA.

How can I use it?

Install dependencies by executing following commands

Project setup

yarn install

Compiles and hot-reloads for development

sbt run
yarn serve

Community

Feel welcome to join our chatroom on Gitter: Join the chat at https://gitter.im/delphi-hub/delphi

Contributing

Contributions are very welcome!

Before contributing, please read our Code of Conduct.

Refer to the Contribution Guide for details about the workflow. We use Pull Requests to collect contributions. Especially look out for "help wanted" issues GitHub issues by-label, but feel free to work on other issues as well. You can ask for clarification in the issues directly, or use our Gitter chat for a more interactive experience.

GitHub issues

License

The Delphi Web Application is open source and available under Apache 2 License.

GitHub license

Credits

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Special thanks to BrowserStack for sponsoring this project and giving it more substantial cross-browser capabilities.

Customize configuration

See Configuration Reference.