effectai / effect-network-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains the source code for the Effect Network website. Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

About

License:MIT License


Languages

Language:Vue 88.4%Language:TypeScript 9.4%Language:SCSS 1.0%Language:GLSL 1.0%Language:Dockerfile 0.0%