NoLoSay is an EPITECH project made to improve the accessibility of deaf people in cultural sites
π Homepage
π Documentation
Before starting, you need to setup your environment. We have a guide for that here.
yarn install
First launch your metro :
yarn start
Compile pods on ios :
cd ios && pod install
Generate the entry point for the app :
yarn build:ios
Then launch the app on your device, depending on the wanted OS :
yarn ios
yarn android
If the build on iOS fails, you can try to do it manually with XCode.
To do so, open the ios/NoLoSay.xcworkspace
file with XCode, then select your device and click on the play button.
To launch the server you'll need to do various things :
- First go to the server folder, then :
yarn install
cd libs/prisma/schema/base && npx prisma generate
cd ../translator && npx prisma generate
cd ../logs && npx prisma generate
cd ../../../../
docker compose up postgres
npx prisma migrate deploy --schema libs/prisma/schema/base/prisma/schema.prisma
nx serve api
Tests are done with Jest
To launch them :
yarn test
Everything is done in XCode, you will need an apple developer license to do so.
yarn android-release
Issues and requests for improvements are welcome!
Feel free to check issues page. You can also take a look at the contributing guide. For every interactions you will have with and around the project, be sure to respect the guidelines
π€ NoLo Incorporation
Johan Chrillesen |
Tom Duval-MahΓ© |
Julien Lafargue |
|
Aurèle Nicolas |
Alexandre Tomasin |
Ugo Boulestreau |
Quentin Camilleri |
Copyright Β© 2023 NoLo Incorporation.
This project is privately licensed.