Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.67 KB

Readme.md

File metadata and controls

39 lines (27 loc) · 1.67 KB

Check out the app online: stable version or latest version

stable version : prod-build

...or run a pure local copy:

git clone https://github.com/tijlleenders/ZinZen.git
cd ZinZen
npm install
npm run dev

To run the development server with hosting accessible on a mobile device, use:

npm run dev -- --host

Frameworks used

UI : react-bootstrap antd
Testing : Playwright
CI/CD : GithubActions and Vercel
Internationalization : i18next
Progressive Web App : workbox
Animations : just CSS

Architectural decisions

If an important architectural decision is made, it is best practice to document it as an ADR (Architectural Decision Record). This way there is always a reference of what architectural decisions are already made. You can find them in the ADR folder.

Contributing

We welcome contributions! Here, you'll discover essential information to consider before submitting pull requests. We highly value contributors who take the time to familiarize themselves with our code conventions and styles, which helps minimize additional change requests from our team. Please respect our contributing conventions and Code of Conduct.