Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gcascio/next-dev-test
https://github.com/gcascio/next-dev-test
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gcascio/next-dev-test
- Owner: gcascio
- Created: 2024-01-05T21:13:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T21:14:46.000Z (10 months ago)
- Last Synced: 2024-05-29T22:46:59.855Z (5 months ago)
- Language: TypeScript
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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).
## Getting Started
Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):
Add details for the Github provider (in Github go to Settings/Developers/OAuth Apps) and the NEXTAUTH_SECRET.
Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.