This project is for a PWA(Progressive Web App) that lets those who seek to learn the Taino language do so.
- Frontend:
- Framework: React Native + Expo
- Data Fetching: Axios
- Backend:
- Supabase(Database, Auth and Storage)
- Nest.js
- Node.js v20
Clone this repository:
git clone https://github.com/itskarelleh/taino-language-app.git
For the frontend:
cd react-frontend
cp .env.example .env
npm install && npx expo start -c
For the backend:
cd nest-backend
cp .env.example .env
npm install && npm run start:dev
or instead of running these separately, you can run the project with the following command:
For more details on how to run the project, please refer to the get started guide.