https://github.com/robertoofelipe/genncard
:sparkles: Generate your stylized code cards. Attention! This code is on construction now :construction:
https://github.com/robertoofelipe/genncard
css nextjs reactjs typescript
Last synced: 3 months ago
JSON representation
:sparkles: Generate your stylized code cards. Attention! This code is on construction now :construction:
- Host: GitHub
- URL: https://github.com/robertoofelipe/genncard
- Owner: RobertooFelipe
- Created: 2023-11-05T20:30:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T12:48:55.000Z (over 2 years ago)
- Last Synced: 2025-11-12T19:01:55.923Z (8 months ago)
- Topics: css, nextjs, reactjs, typescript
- Language: TypeScript
- Homepage: https://genn-card.vercel.app/
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setting enviroments
- Create you account in Edgestore (https://edgestore.dev/).
- Create your first project in Edgestore and save your enviroments.
- After you create you account, create **.env** file in you project.
- Set your enviroments in **.env**, like in .local.env.
```bash
EDGE_STORE_ACCESS_KEY=
EDGE_STORE_SECRET_KEY=
```
## Getting Started
You can run the development server with only of this commands:
```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.