https://github.com/magiclabs/example-next-quickstart
https://github.com/magiclabs/example-next-quickstart
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/magiclabs/example-next-quickstart
- Owner: magiclabs
- Archived: true
- Created: 2023-12-14T22:56:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T03:31:27.000Z (about 2 years ago)
- Last Synced: 2025-07-01T20:51:45.361Z (about 1 year ago)
- Language: TypeScript
- Size: 348 KB
- Stars: 1
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
After you've cloned this repo locally, we need to make sure you are using the right version of Node. We recommend installing nvm (node version manager) if you haven't already: https://github.com/nvm-sh/nvm . Then you can follow the guides there to switch to a Node version > 20
Next, we install the packages using:
`npm install`
Copy the `.env.example` file into a new file called `.env.local`, and replace the public key with one you created in your Magic Developer Dashboard (https://dashboard.magic.link/).
Finally run the development server with:
`npm run dev`