https://github.com/goodbyteco/shocktober-tracker
https://github.com/goodbyteco/shocktober-tracker
golang letterboxd spa vue webscraping
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goodbyteco/shocktober-tracker
- Owner: GoodbyteCo
- Created: 2022-10-01T01:16:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T02:43:30.000Z (over 2 years ago)
- Last Synced: 2025-07-22T10:44:13.845Z (11 months ago)
- Topics: golang, letterboxd, spa, vue, webscraping
- Language: Vue
- Homepage: https://shocktober.zone
- Size: 835 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shocktober-Tracker
A website to help you track your shocktober challange :) using letterboxd and a fun website
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```