Skip to content

hs4man21/stanford-daily

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.4%
  • JavaScript 2.5%
  • CSS 2.1%