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.
- Host: GitHub
- URL: https://github.com/luckasnix/hyse-comics-web
- Owner: luckasnix
- Created: 2025-06-17T13:01:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T14:10:18.000Z (about 2 months ago)
- Last Synced: 2026-04-15T15:36:51.197Z (about 2 months ago)
- Topics: ahooks, embla-carousel, hyse, javascript, react, supabase, tanstack, typescript, vite, web-application
- Language: TypeScript
- Homepage:
- Size: 4.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.