https://github.com/vitorbaraujo/letterboxd-stats-ui
UI Replica of Letterboxd all-time stats page
https://github.com/vitorbaraujo/letterboxd-stats-ui
vuejs
Last synced: 29 days ago
JSON representation
UI Replica of Letterboxd all-time stats page
- Host: GitHub
- URL: https://github.com/vitorbaraujo/letterboxd-stats-ui
- Owner: vitorbaraujo
- Created: 2020-06-09T12:27:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:25:45.000Z (over 2 years ago)
- Last Synced: 2025-02-10T13:43:58.191Z (3 months ago)
- Topics: vuejs
- Language: Vue
- Homepage:
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# letterboxd-stats
This project replicates the UI for the [Letterboxd all-time stats user page](https://letterboxd.com/moulton/stats/).
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).