Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 837 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 837 Bytes

Risum - A social network focused on memes

Risum App made with React Native ⚛️ and Firebase 🔥


See Risum's presentation on Youtube

Setup project for coding

First of all, it's needed to have Git, Node.js, Yarn and Expo installed on your system. After that, run these commands on your terminal:

# Install Expo Client
npm install -g expo-cli

# Clone the repository
git clone https://github.com/Risum-Corporation/risum.git

# Enter in the project folder
cd risum

# Install the dependencies
yarn

# Start Expo
expo start

Try the app!