Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 881 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 881 Bytes

The Stanford Daily logo

The Stanford Daily

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!

Setup

# Installation
yarn

# Start
yarn start
# To find more options
yarn start --help

Release

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