Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karpolan/nextjs-auto-mute
Website for free software product. It is built using Next.js with App Router
https://github.com/karpolan/nextjs-auto-mute
next-app-router next-js nextjs react reactjs seo ssg static-site-generator typescript
Last synced: 21 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-auto-mute
- Owner: karpolan
- Created: 2024-02-05T14:59:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T18:26:23.000Z (9 months ago)
- Last Synced: 2024-10-11T15:10:41.444Z (about 1 month ago)
- Topics: next-app-router, next-js, nextjs, react, reactjs, seo, ssg, static-site-generator, typescript
- Language: HTML
- Homepage: https://auto-mute.com
- Size: 2.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AUTO-MUTE.COM - Built with NextJS
Mix of [Create Next App](https://nextjs.org/docs/pages/api-reference/create-next-app) (App Router) with set of reusable components and utilities to build professional SEO friendly websites.
Based on [NextJS website starter template](https://github.com/umka-co/nextjs-website-starter)
## 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.