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

https://github.com/eknoorpreet/pdf-take-home-navbar

Take-home assignment for PDF Solutions
https://github.com/eknoorpreet/pdf-take-home-navbar

Last synced: 2 months ago
JSON representation

Take-home assignment for PDF Solutions

Awesome Lists containing this project

README

          

# Installation steps:

1. **Install Dependencies**

Using npm:

```bash
npm install
```

2. **Start the development server:**

```bash
npm run dev
```

The application will be available at http://localhost:5173

To create a production build:

```bash
npm run build
```

To preview production build:

```bash
npm run preview
```