Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/laurabeatris/lucid-airways-ticket

Generates ticket for a project subscription, with Next.js, Tailwind CSS, Upstash and Puppeteer
https://github.com/laurabeatris/lucid-airways-ticket

nextjs puppeteer react tailwindcss upstash

Last synced: 2 months ago
JSON representation

Generates ticket for a project subscription, with Next.js, Tailwind CSS, Upstash and Puppeteer

Awesome Lists containing this project

README

        

Lucid Airways Ticket ✈️



[![Author](https://img.shields.io/badge/author-LauraBeatris-161A59?style=flat-square)](https://github.com/LauraBeatris)
[![Languages](https://img.shields.io/github/languages/count/LauraBeatris/lucid-airways-ticket?color=%23161A59&style=flat-square)](#)
[![Stars](https://img.shields.io/github/stars/LauraBeatris/lucid-airways-ticket?color=161A59&style=flat-square)](https://github.com/LauraBeatris/lucid-airways-ticket/stargazers)


Go check it out 🎉

---

# :pushpin: Table of Contents

* [Running Locally](#construction_worker-running-locally)
* [FAQ](#postbox-faq)
* [Issues](#bug-issues)
* [Contributing](#tada-contributing)

## :construction_worker: Running Locally

```
$ git clone https://github.com/LauraBeatris/lucid-airways-ticket.git
$ cd lucid-airways-ticket
$ cp .env.local.example .env.local
$ cp .env.example .env
$ yarn
$ yarn dev
```

Define the environment variables by creating a .env.local file similar to [.env.local.example](https://github.com/LauraBeatris/lucid-airways-ticket/blob/master/.env.local.example)

# :postbox: Faq

**Question:** What are the technologies used in this project?

**Answer:** [Next.js](https://nextjs.org/), [Tailwind UI](https://tailwindui.com/), [Upstash](https://upstash.com/) and [Puppeteer](https://github.com/puppeteer/puppeteer).

**Question** Why Next.js instead of other frameworks of React out there?

**Answer** I chose Next.js in order to opt out for different rendering strategies. The tickets are generated by using Incremental Static Regeneration & API routes.

# :bug: Issues

Feel free to **file a new issue** with a respective title and description. If you already found a solution to your problem, **I would love to review your pull request**!