https://github.com/maciejpedzich/racemash
It's like FaceMash, but with photos of F1 cars
https://github.com/maciejpedzich/racemash
facemash formula1 typescript vue3 vuetify
Last synced: 8 months ago
JSON representation
It's like FaceMash, but with photos of F1 cars
- Host: GitHub
- URL: https://github.com/maciejpedzich/racemash
- Owner: maciejpedzich
- License: apache-2.0
- Created: 2023-05-23T06:00:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T15:23:05.000Z (about 1 year ago)
- Last Synced: 2025-01-03T14:50:08.335Z (9 months ago)
- Topics: facemash, formula1, typescript, vue3, vuetify
- Language: Vue
- Homepage: https://racemash.netlify.app
- Size: 4.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RaceMash
## Project setup
```
# yarn
yarn# npm
npm install# pnpm
pnpm install
```### Compiles and hot-reloads for development
```
# yarn
yarn dev# npm
npm run dev# pnpm
pnpm dev
```### Compiles and minifies for production
```
# yarn
yarn build# npm
npm run build# pnpm
pnpm build
```### Customize configuration
See [Configuration Reference](https://vitejs.dev/config/).