This is the Stanford Daily website & mobile app. Visit the site at https://www.stanforddaily.com/ (not live yet) and download the app at https://app.stanforddaily.com/. Contributions welcome!
# Installation
yarn
# Start
yarn start
# To find more options
yarn start --help
For the production channel:
yarn expo build:ios --release-channel production
yarn expo build:android --release-channel production
yarn expo publish --release-channel production
For the development channel,
yarn expo build:ios --release-channel development
yarn expo build:android --release-channel development
yarn expo publish --release-channel development