https://github.com/effectai/effect-network-website
https://github.com/effectai/effect-network-website
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/effectai/effect-network-website
- Owner: effectai
- License: mit
- Created: 2021-03-15T09:31:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T08:52:43.000Z (about 2 years ago)
- Last Synced: 2024-03-21T08:37:56.349Z (about 2 years ago)
- Language: Vue
- Size: 132 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```