Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lumamontes/graphic-novel-demo-website
- Owner: lumamontes
- Created: 2024-06-30T08:54:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T22:39:47.000Z (7 months ago)
- Last Synced: 2024-11-06T20:14:35.257Z (3 months ago)
- Language: TypeScript
- Homepage: https://graphic-novel-demo-website.vercel.app
- Size: 879 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.