Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 574 Bytes

README.md

File metadata and controls

53 lines (36 loc) · 574 Bytes

Usefull links

Graphics visuals: https://www.figma.com/file/AEsWu2TxgDE1T4GbS77zlB/Smeethers?node-id=1%3A6

Install

Clone the project and install back and front dependencies

in your workspace:

git clone https://github.com/iomentum/smeethers.git
cd ./smeethers/smeethersApp
npm i
cd ../backend
npm i
cd ../
todo!("docker & db stuff")

Run the project

Front

from the root folder:

cd ./smeethersApp

Android

npm run android

iOs

npm run ios

Smeethers backend

from the root folder:

npm start