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
- Host: GitHub
- URL: https://github.com/jeremy-code/next-radix-tw-4
- Owner: jeremy-code
- License: mit
- Created: 2025-02-18T23:01:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T23:41:00.000Z (over 1 year ago)
- Last Synced: 2025-09-08T01:46:55.275Z (10 months ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next-radix-tw-4 [](https://github.com/jeremy-code/next-radix-tw-4/actions/workflows/ci.yml) [](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).