Skip to content

Commit

Permalink
env.local is now default included
Browse files Browse the repository at this point in the history
  • Loading branch information
kasumi-1 committed Dec 14, 2023
1 parent f29ba94 commit b29aca3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
File renamed without changes.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,12 @@ yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

.env

working/*
!working/.gitkeep
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Install the required packages.
npm install
```

After installing the packages, copy `.env.example` to `.env.local` then start the development web server using the following command:
After installing the packages, start the development web server using the following command:

```bash
npm run dev
Expand Down

0 comments on commit b29aca3

Please sign in to comment.