Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guoyunhe/hcl-app
The Web App for GNU/Linux Hardware Compatibility List
https://github.com/guoyunhe/hcl-app
audio bluetooth compatibility controller driver gamepad gpu hardware linux
Last synced: 12 days ago
JSON representation
The Web App for GNU/Linux Hardware Compatibility List
- Host: GitHub
- URL: https://github.com/guoyunhe/hcl-app
- Owner: guoyunhe
- Created: 2022-12-02T07:04:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T08:04:19.000Z (about 2 years ago)
- Last Synced: 2024-11-12T00:12:02.120Z (2 months ago)
- Topics: audio, bluetooth, compatibility, controller, driver, gamepad, gpu, hardware, linux
- Language: TypeScript
- Homepage:
- Size: 552 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Web App for GNU/Linux Hardware Compatibility List
## Get Started
### Local Development
```
cp .env.example .env
pnpm install
pnpm start
```### Production Deployment
```
cp .env.example .env
pnpm install
pnpm build
```## Technology Stack
- [vite](https://vitejs.dev/) - the build system
- [typescript](https://typescriptlang.org/) - the programming language
- [react](https://reactjs.org/) - the user interface framework
- [react-router](https://reactrouter.com/) - the routing library for single-page-application
- [@mui/material](https://mui.com/) - the design system and component library
- [i18next-react](https://react.i18next.com/) - the internationalization solution
- [ky](https://npmjs.com/package/ky) - the http client to send API requests
- [swr](https://swr.vercel.app/) - the state & caching system
- [vitest](https://vitest.dev/) - the unit test runner
- [@testing-library/react](https://testing-library.com/) - the unit test toolkit for react## About The Template
This app is generated from https://github.com/guoyunhe/react-app-template
Issues and pull requests are always welcome.
Looking for a back-end template? Checkout https://github.com/guoyunhe/adonis-api-template