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

https://github.com/fafarunner/websites

Websites
https://github.com/fafarunner/websites

fafa-runner fafarunner websites

Last synced: 3 months ago
JSON representation

Websites

Awesome Lists containing this project

README

        

# websites

[![Deploy](https://github.com/fafarunner/websites/actions/workflows/deploy-web.yml/badge.svg)](https://github.com/fafarunner/websites/actions/workflows/deploy-web.yml)
[![PR](https://github.com/fafarunner/websites/actions/workflows/pr.yml/badge.svg)](https://github.com/fafarunner/websites/actions/workflows/pr.yml)

## Setup

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install
```

## Development

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

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev
```

## Production

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview
```