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

https://github.com/effectai/effect-network-website


https://github.com/effectai/effect-network-website

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# [Effect Network Website](https://effect.network)

This repo contains the source code for the Effect Network website. Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```