This is the Stanford Daily website & mobile app! Visit the site at https://www.stanforddaily.com/ and download the app at https://app.stanforddaily.com/. Contributions welcome!
# Installation
yarn
# Start
yarn startOpen up http://localhost:3000 in your browser.
For the production channel:
yarn expo build:ios --release-channel production
yarn expo build:android --release-channel production
yarn expo publish --release-channel productionFor the development channel,
yarn expo build:ios --release-channel development
yarn expo build:android --release-channel development
yarn expo publish --release-channel developmentWe use serverless-nextjs-component for deployment. It deploys to a CloudFront distribution.
Setup steps:
- Create a
.envfile with the AWS access key ID and secret access key (you can copy it fromsample.env). - Run
npm i -g serverless.
Deploy steps:
yarn build
sls
