diff --git a/README.md b/README.md index d4301aa..ef6d802 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - πŸ“˜ Typescript - 🎨 TailwindCSS - Class sorting, merging and linting - πŸ› οΈ Shadcn/ui - Customizable UI components -- πŸ§ͺ Jest and React Testing Library - Configured for unit testing +- πŸ§ͺ Jest & React Testing Library - Configured for unit testing - πŸ“ˆ Absolute Import & Path Alias - Import components using `@/` prefix - πŸ’… Prettier - Code formatter - 🧹 Eslint - Code linting tool @@ -39,7 +39,14 @@ npm install ``` -### 3. Run the dev server +### 3. Prepare husky +It is required if you want husky to work + +```bash +npm run prepare +``` + +### 4. Run the dev server You can start the server using this command: @@ -48,3 +55,8 @@ npm run dev ``` and open http://localhost:3000/ to see this app. + + +If you liked the project, I will appreciate if you leave a star. 🌟😊 + +Made by MichaΕ‚ Skolak diff --git a/next.config.js b/next.config.js index 767719f..658404a 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = {}; -module.exports = nextConfig +module.exports = nextConfig; diff --git a/package.json b/package.json index f5d6e3f..520e9a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-starter", - "version": "0.1.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "next dev --turbo", diff --git a/src/app/page.tsx b/src/app/page.tsx index ffc827b..c037856 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ const Home = () => {