Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```