It's like FaceMash, but with photos of F1 cars
Go to file
dependabot[bot] d79ed4b965
Bump vite from 4.3.9 to 4.5.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 17:59:16 +00:00
public Add photos and their metadata 2023-06-08 12:19:28 +02:00
src Fix a typo in one of the fun facts 2023-09-06 23:40:25 +02:00
.browserslistrc Init Vuetify project 2023-05-23 08:19:09 +02:00
.editorconfig Init Vuetify project 2023-05-23 08:19:09 +02:00
.eslintrc.js Install ESLint and Prettier plugins 2023-05-23 10:05:36 +02:00
.gitignore Ignore .env files 2023-05-23 20:29:45 +02:00
.npmrc Forcefully set legacy-peer-deps flag to true 2023-07-01 09:11:12 +02:00
.prettierrc Add Prettier config 2023-05-23 08:26:30 +02:00
index.html Change the page's title to RaceMash 2023-05-25 17:09:42 +02:00
LICENSE Initial commit 2023-05-23 08:00:48 +02:00
netlify.toml Replace _redirects with netlify.toml config 2023-07-03 10:24:48 +02:00
package-lock.json Bump vite from 4.3.9 to 4.5.2 2024-02-27 17:59:16 +00:00
package.json Bump vite from 4.3.9 to 4.5.2 2024-02-27 17:59:16 +00:00
README.md Update README.md 2023-07-01 09:20:29 +02:00
tsconfig.json Init Vuetify project 2023-05-23 08:19:09 +02:00
tsconfig.node.json Init Vuetify project 2023-05-23 08:19:09 +02:00
vite.config.ts Install ESLint and Prettier plugins 2023-05-23 10:05:36 +02:00

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.