You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,12 @@
1
-
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
1
+
# EternalCode.pl website
2
2
3
3
## Getting Started
4
4
5
5
First, run the development server:
6
6
7
7
```bash
8
-
npm run dev
9
-
# or
10
-
yarn dev
11
-
# or
12
-
pnpm dev
13
-
# or
14
8
bun dev
15
9
```
16
-
17
10
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
18
11
19
12
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
0 commit comments