No description
  • TypeScript 84.2%
  • JavaScript 12.8%
  • Shell 3%
Find a file
2024-05-12 22:53:44 +03:00
.husky upgraded eslint config and added eslint rules. Updated packages. Added pre-commit hook 2024-04-30 12:19:54 +03:00
.vscode upgraded workspace file. Added launch.json 2023-10-30 08:53:51 +03:00
app resolved pages directory conflicts 2024-05-12 22:32:33 +03:00
public resolved pages directory conflicts 2024-05-12 22:32:33 +03:00
src addad todo to homa page 2024-05-12 22:53:44 +03:00
.eslintrc.js moved pages logics to pages layer 2024-05-12 21:10:49 +03:00
.gitignore init project 2023-08-05 12:04:50 +03:00
.prettierignore upgraded eslint config and added eslint rules. Updated packages. Added pre-commit hook 2024-04-30 12:19:54 +03:00
.prettierrc.json upgraded eslint config and added eslint rules. Updated packages. Added pre-commit hook 2024-04-30 12:19:54 +03:00
install.sh added pre-commit hook and linters 2023-10-21 13:22:25 +03:00
jest.config.ts upgraded eslint config and added eslint rules. Updated packages. Added pre-commit hook 2024-04-30 12:19:54 +03:00
next.config.js upgraded eslint config and added eslint rules. Updated packages. Added pre-commit hook 2024-04-30 12:19:54 +03:00
package.json removed lint watch script 2024-05-12 20:29:06 +03:00
README.md init project 2023-08-05 12:04:50 +03:00
slobodskie-education.code-workspace resolved pages directory conflicts 2024-05-12 22:32:33 +03:00
tsconfig.json resolved pages directory conflicts 2024-05-12 22:32:33 +03:00
yarn.lock added masked icons and meta data for pwa. Updated eslint config and packages 2024-05-11 15:44:43 +03:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.