Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maulanasdqn/berrylabs-slicing
Berry Labs Challange 2 Slicing UI
https://github.com/maulanasdqn/berrylabs-slicing
nextjs tailwindcss
Last synced: 5 days ago
JSON representation
Berry Labs Challange 2 Slicing UI
- Host: GitHub
- URL: https://github.com/maulanasdqn/berrylabs-slicing
- Owner: maulanasdqn
- Created: 2024-03-27T06:29:56.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T07:48:38.000Z (8 months ago)
- Last Synced: 2024-04-18T06:06:32.318Z (7 months ago)
- Topics: nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://berrylabs-slicing.vercel.app
- Size: 656 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Berry Labs Landing Page
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Examples](#examples)## Installation
Clone the repository and run `bun install`
```bash
bun install
```## Usage Development
Running with Development Mode
```bash
bun run dev
```Building with Production Mode
```bash
bun run build
```Running with Production Mode
```bash
bun run start
```## Usage Storybook
Running Storybook with Development Mode
```bash
bun run story:dev
```Building Storybook with Production Mode
```bash
bun run story:build
```## Usage Unit Test
Running Unit Test
```bash
bun run test
```Running Unit Test with Coverage Mode
```bash
bun run test:coverage
```