Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digichanges/next-experience
https://github.com/digichanges/next-experience
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/digichanges/next-experience
- Owner: DigiChanges
- Created: 2023-11-06T22:10:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-21T13:49:35.000Z (3 months ago)
- Last Synced: 2024-10-23T03:16:09.235Z (3 months ago)
- Language: TypeScript
- Homepage: https://next-experience.vercel.app
- Size: 2.95 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Experience
## Getting Started
First, create a file `.env.local` and copy the content from `.env.example`.
Second, 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.