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

https://github.com/luckasnix/hyse-comics-web

Hyse Comics Web Application.
https://github.com/luckasnix/hyse-comics-web

ahooks embla-carousel hyse javascript react supabase tanstack typescript vite web-application

Last synced: about 1 month ago
JSON representation

Hyse Comics Web Application.

Awesome Lists containing this project

README

          

# Hyse Comics

Hyse Comics is an application for reading comics.

## Getting Started

Follow the steps below to set up and run the project in your local environment.

1. Clone the repository:

Open your terminal and run the following command:

```bash
git clone https://github.com/luckasnix/hyse-comics-web.git
```

2. Navigate to the project directory:

```bash
cd hyse-comics-web
```

3. Install dependencies:

```bash
npm install
```

4. Set up environment variables:

Copy the `.env.example` file to `.env`:

```bash
cp .env.example .env
```

Update the values in `.env` if needed. By default, it uses `http://localhost:3001` as the base URL.

5. Run the development server:

```bash
npm run dev
```

6. Open in your browser:

Open [http://localhost:3001](http://localhost:3001) in your browser to view the result.