Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 736 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 736 Bytes

krypto_hunt

Here you will find the source code of the project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Firstly you have to clone the repository on your device

Installing

Then you have to install all dependencies that are listed in the package.json file. After having intall nodejs on your machine and the node project manager (npm)

On your prompt, go to the directory of the cloned repository and execute

npm install

It will install all dependencies you need.

Launching the app on your phone.

In the prompt, execute :

expo start

Just follow what the prompt's indications.