Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lumamontes/graphic-novel-demo-website

a simple website for a graphic novel
https://github.com/lumamontes/graphic-novel-demo-website

Last synced: about 1 month ago
JSON representation

a simple website for a graphic novel

Awesome Lists containing this project

README

        

# graphic-novel-demo-website

![website demo](https://github.com/lumamontes/graphic-novel-demo-website/assets/60052718/cd1193e0-33d1-4252-b6fa-296292012bdf.gif)

This repository contains a simple website created for a graphic novel, it features a newsletter subscription for the latest updates, a PDF display for reading a online preview, and is optimized for search engines.

## 🚀 Techs

- Next.js
- Typescript
- Tailwind CSS
- Mailchimp
- Contentful

## 💻 Run locally

1. Copying .env.example

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

2. Install dependecies

```
npm install
```

3. Run the development server:
```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.