Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arashsheyda/fic

FIC
https://github.com/arashsheyda/fic

Last synced: 15 days ago
JSON representation

FIC

Awesome Lists containing this project

README

        

# Getting Started

Download the project, please do not fork the project.

Make sure you have latest node.js installed on your machine.

Run the following commands in the project directory:

```pnpm install```

```pnpm run dev```

## Introduction

The app is using `Pinia` for it's state management. The home page `(/)` is where all the tickets are displayed. You can add a ticket to your cart and see all the added tickets in your cart page `(/cart)`. You can create new events in admin page `(/admin)`.