This is the repository for the research group Do Not Disturb's Instant Messaging Application for their study on OSIs.
Make sure these libraries, packages, and extensions are installed
-
Node.js Use node version 16.18.0 for consistency. the package expo-cli doesn't support node versions greater than 16.x (Gallium) yet.
-
yarn yarn is used all throughout the project to install packages, npm can be used but not fit for production when you plan to fork this project.
Install yarn
npm install --global yarn
-
expo-cli Expo CLI is a command-line tool that is the primary interface between a developer and other Expo tools. You are going to use it for different tasks in the development life cycle of your project such as serving the project in development, viewing logs, opening the app on an emulator or a physical device, and so on.
Install expo-cli
yarn global add expo-cli
-
prettier prettier is a VS Code extension to format code on save to have consistency on all files.
Navigate into your new site’s directory and start it up.
-
Clone this repository.
-
Install all dependencies. on the root directory of your project run this on your terminal
yarn
-
Start the project.
yarn start
Advisers
- Mr. Ryan Austin Fernandez
- Dr. Briane Paul Samson
Members
- Cyril Ethan A. de Guzman
- Rayden E. Lizan
- Phoebe Clare L. Ong
- Leana Hyacinth V. Rebong