Ecosyste.ms: Awesome

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

https://github.com/Clipto-Platform/clipto-frontend

Front facing website for clipto
https://github.com/Clipto-Platform/clipto-frontend

Last synced: about 1 month ago
JSON representation

Front facing website for clipto

Lists

README

        

# Clipto Frontend

This is one of three parts of the clipto project.

## Setup

1. Install the dependencies

```
npm install
```

2. Run specific environment

```
# for dev/test environment
npm run dev

# for production environment
npm run prod
```

3. Build specific environment

```
# for dev/test environment
npm run build:test

# for production environment
npm run build:prod
```

## To fix all prettier issue

```
npx prettier --write
npx prettier --write src/**/*.tsx
```

## deployed contract address

Refer [here](https://github.com/Clipto-Platform/clipto/tree/test#latest)