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

https://github.com/jeremy-code/next-radix-tw-4


https://github.com/jeremy-code/next-radix-tw-4

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# next-radix-tw-4 [![GitHub Actions badge](https://github.com/jeremy-code/next-radix-tw-4/actions/workflows/ci.yml/badge.svg)](https://github.com/jeremy-code/next-radix-tw-4/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/jeremy-code/next-radix-tw-4)](LICENSE)

## Installation

```shell
git clone https://github.com/jeremy-code/next-radix-tw-4.git
cd next-radix-tw-4
corepack enable
pnpm install
```

## Usage

```shell
# Set Node.js version to the one specified in .nvmrc
nvm use

# Run the development server locally
pnpm dev

# Lint and format code with ESLint and Prettier
pnpm lint
pnpm format

# Build
pnpm build
```

## License

This project is licensed under the [MIT license](LICENSE).