Compare commits
1 Commits
master
...
2f9f05d638
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f9f05d638 |
17
README.md
17
README.md
@@ -6,27 +6,18 @@ Environment requirements
|
||||
- NodeJS version 22 or latest
|
||||
- npm version 10.9.2 or latest
|
||||
|
||||
Environment variable
|
||||
- Make .env.local file in `root` folder
|
||||
```env
|
||||
JWT_SECRET=your secret key
|
||||
```
|
||||
|
||||
Install package
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
Run the development server:
|
||||
First, run the development server:
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
npm run dev
|
||||
```
|
||||
|
||||
Open [http://localhost:3000](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`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
|
||||
|
||||
## Application features
|
||||
- Login
|
||||
- username: `admin`
|
||||
|
||||
Reference in New Issue
Block a user