Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laurabeatris/lucid-airways-ticket
- Owner: LauraBeatris
- License: mit
- Created: 2022-06-24T16:33:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T18:03:23.000Z (over 2 years ago)
- Last Synced: 2024-10-11T10:48:32.614Z (3 months ago)
- Topics: nextjs, puppeteer, react, tailwindcss, upstash
- Language: TypeScript
- Homepage: http://www.lucidairwaysticket.com/
- Size: 5.97 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)---
# :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**!