Skip to content

iomentum/smeethers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

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