This app allows you inspire focusing by listening relaxing sounds
Inspired by blanket
- State management with
jotai - Around 16kb after brotli compression
preactunder the hood withpreact/compatmakes it compatible with virtually anyreactlibrary but still makes it faster- Full TypeScript support — no dangling types
vitepackager and devtools make building and development lightning fasttailwind-cssbuilt-in with 'daisyui'- GitHub Actions that lint and check the code on pull requests
prettierandeslintconfigured, enabled and formatting your code on save- List of recommended extensions for VSCode
- It is important to keep the bundle small, so a
stats.htmlfile is generated onyarn buildto visually show you the bundle size
- Install vite with
yarn add vite - Install dependencies with
yarn - Run the server with
yarn start
