An open API service indexing awesome lists of open source software.

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:

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.