Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 763 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 763 Bytes

ACM-App

This is a temporary repository to work on Missouri S&T's ACM App until I feel it is ready to be put in there repository. Basically a testbench for myself and others.

Getting The Project Running

First I created the project using: expo init

Then you will need to navigate to /ACM-App inside of the repository

  1. Run ``npm install`
  2. If need type npm audit --force to fix any npm packages.
  3. Type expo start to begin using Expo, with Expo Go on your phone to live test changes.
  4. App should be running locally now.

Notes

  • You maybe need to install expo if so type npm install -g expo-cli (sudo may be need before command if using a Linux OS).
  • I had trouble getting expo start on my Linux OS until I used sudo expo update