Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karpolan/nextjs-keyboard-leds
Website for free software product. It is built using Next.js with App Router
https://github.com/karpolan/nextjs-keyboard-leds
free nextjs react reactjs software website
Last synced: 3 days ago
JSON representation
Website for free software product. It is built using Next.js with App Router
- Host: GitHub
- URL: https://github.com/karpolan/nextjs-keyboard-leds
- Owner: karpolan
- Created: 2023-12-14T04:38:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-08T17:32:07.000Z (8 months ago)
- Last Synced: 2024-10-11T15:08:52.028Z (4 months ago)
- Topics: free, nextjs, react, reactjs, software, website
- Language: HTML
- Homepage: https://keyboard-leds.com
- Size: 1.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KEYBOARD-LEDS.COM - built with NextJS
Mix of [Create Next App](https://nextjs.org/docs/pages/api-reference/create-next-app) with set of reusable components and utilities to build professional NextJS application faster.
## Available Scripts
In the project directory, you can run:
### `npm run dev`
Runs the app in the development mode.
Open [http://localhost:3000](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.### `npm run lint`
Checks the code for errors and missing things
### `npm run format`
Formats the code according to `./prettierrc.js` config
### `npm test`
Launches the test runner in the interactive watch mode.
### `npm run build`
Builds the app for production or local development to the `.next` folder.