Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add font tip and formatting #16

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ Content designed for large-format touchscreens in high-traffic locations on OSU'

## Site URLs

Production Deployment URL: https://osu-sustainability-office.github.io/sustainability-kiosks/#/
Test Deployment URL: http://sustainability-kiosks.s3-website-us-west-2.amazonaws.com/#/
- Production Deployment URL: https://osu-sustainability-office.github.io/sustainability-kiosks/#/
- Test Deployment URL: http://sustainability-kiosks.s3-website-us-west-2.amazonaws.com/#/

## Site Setup

- Installing Dependencies
- `npm i`
- Run website locally
- `npm run serve`
- If you want to test with the same fonts locally as production, make adjustments to font URL prefixes as noted in the `@font-face` section of [src/App.vue](https://github.com/OSU-Sustainability-Office/sustainability-kiosks/blob/master/src/App.vue)
- Formatting
- `npm run format`
Loading