Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/valtti-ui
Open-Source UI Components for Valtti app.
https://github.com/city-of-helsinki/valtti-ui
Last synced: about 2 months ago
JSON representation
Open-Source UI Components for Valtti app.
- Host: GitHub
- URL: https://github.com/city-of-helsinki/valtti-ui
- Owner: City-of-Helsinki
- Created: 2024-01-21T17:02:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T12:28:37.000Z (12 months ago)
- Last Synced: 2024-04-08T16:43:06.602Z (9 months ago)
- Language: TypeScript
- Size: 795 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Valtti
Valtti is a secure instant messaging application for child protection and family social work. It allows professionals and customers to communicate securely with each other.
Valtti on tietoturvallinen pikaviestisovellus lastensuojelun ja perhesosiaalityön käyttöön. Sen avulla ammattilaiset ja asiakkaat voivat viestiä keskenään tietoturvallisesti.
## Table of Contents
- [Getting Started](#getting-started)
- [Development](#development)
- [Building](#building)
- [APK preview for Android](#apk-preview-for-android)
- [Notes](#notes)
- [Screenshots](#screenshots)## Getting Started
To get started, install the dependencies:
```terminal
yarn install # or npm install
```### Development
To start developing, start the Metro bundler by running the following command in the project root:
```terminal
npx expo start
```### Building
#### APK preview for Android
Run the following command in the project root:
```terminal
eas build --profile preview --platform andoird
```Wait a few seconds and the link should appear in the terminal [(See more documentation on Expo.dev)](https://docs.expo.dev/build-reference/apk/)
## Notes
WARNING: For Mac OSX, npm 8.19.2, node v19.0.1, `npm install` fails, but `yarn install` works
## Screenshots
Google Play & App Store screenshots can be found in the [here](/assets/screenshots).