Skip to content

RDGAapp/web

Repository files navigation

RDGA Site availability RDGA Site Certificate Renewed

Maintainability Test Coverage

Russian Disc-Golf Association

Install Bun

Check out official website for more instructions.

curl -fsSL https://bun.sh/install | bash

Available Scripts

In the project directory, you can run:

bun install

Installs all dependencies required to start

bun run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

bun run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

bun eslint:check

Check files in src directory with eslint.

bun stylelint:check

Check files in src directory with stylelint.

yarn types:check

Check files in src directory with typescript to find type errors.