fossasia / eventyay-checkin

eventyay checkin
https://access.eventyay.com
Apache License 2.0
1.46k stars 14 forks source link

Open Event Check-In

Netlify Status Codacy Badge Gitter Mailing Twitter Follow

Communication

Please join our mailing list or chat channel to get in touch with the developers.

Installation

Easily deployed on a variety of platforms. Detailed platform specific instructions have been provided below.

Local

Clone or Fork the codebase and following instructions below.

Github Pages (using Github Actions)

Refer to the workflow for deployment.

Running / Development

After cloning the codebase, install packages:

npm i

Running:

npm run dev

Visit your app at http://localhost:8080.

Lint with ESLint

npm run lint

Format code with Prettier

npm run format

Running Tests (WIP)

Unit Tests with Vitest

npm run test:unit

End-to-End Tests with Cypress

npm run test:e2e:dev

Building for Production

npm build

Deployments and Releases

Deployments

Master branch

Deployed in a production environment at checkin.eventyay.com it consumes the API exposed by master branch deployment of open event server, hosted at api.eventyay.com.

Development branch

Only deployed locally with npm run dev or Netlify when you make a pull request it consumes the API exposed by development branch of open event server, hosted at test-api.eventyay.com.

Further Reading / Useful Links

Contributions Best Practices

Commits

Feature Requests and Bug Reports

When you file a feature request or when you are submitting a bug report to the issue tracker, make sure you add steps to reproduce it.

Join the development

License

This project is currently licensed under the Apache License version 2.0.

To obtain the software under a different license, Please contact FOSSASIA.