Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airstack-xyz/airstack-frames-nextjs-starter
https://github.com/airstack-xyz/airstack-frames-nextjs-starter
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/airstack-xyz/airstack-frames-nextjs-starter
- Owner: Airstack-xyz
- Created: 2024-03-24T08:28:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T06:22:27.000Z (3 months ago)
- Last Synced: 2024-08-19T07:38:48.328Z (3 months ago)
- Language: CSS
- Size: 126 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get Started
## Step 1: Environment Variables
Copy `.env.example` to create a new file `.env.local` and input the [Airstack API key](https://docs.airstack.xyz/airstack-docs-and-faqs/get-started/get-api-key) as an environment variable:
```
AIRSTACK_API_KEY=xxx
```## Step 2: Install dependencies
Install the necessary dependencies using `npm` or other package managers:
```sh
npm install
```## Step 3: Run Development Server
To start the development server, run the following command:
```sh
npm run dev
```Once, the development server is up, you can access your Frame at `http://localhost:3000`.
For testing your Frame, you can run the Frog Devtools by running the following command:
```sh
npm run devtools
```From there, you can open `http://localhost:5173` and input `http://localhost:3000` to the text input to start testing.