Initial commit

main
Ernest Litvinenko 2023-11-02 12:51:43 +03:00
parent 492339942e
commit 9ec040c41a
17 changed files with 3 additions and 1 deletions

0
.eslintrc.json Normal file → Executable file
View File

2
.gitignore vendored Normal file → Executable file
View File

@ -33,3 +33,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.idea/

0
README.md Normal file → Executable file
View File

0
jsconfig.json Normal file → Executable file
View File

0
next.config.js Normal file → Executable file
View File

0
package-lock.json generated Normal file → Executable file
View File

2
package.json Normal file → Executable file
View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"

0
postcss.config.js Normal file → Executable file
View File

0
public/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

0
public/next.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

0
public/vercel.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 629 B

After

Width:  |  Height:  |  Size: 629 B

0
src/pages/_app.js Normal file → Executable file
View File

0
src/pages/_document.js Normal file → Executable file
View File

0
src/pages/api/hello.js Normal file → Executable file
View File

0
src/pages/index.js Normal file → Executable file
View File

0
src/styles/globals.css Normal file → Executable file
View File

0
tailwind.config.js Normal file → Executable file
View File