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
- Host: GitHub
- URL: https://github.com/eknoorpreet/pdf-take-home-navbar
- Owner: eknoorpreet
- Created: 2025-02-18T00:51:12.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-26T10:47:17.000Z (7 months ago)
- Last Synced: 2025-02-26T11:34:51.563Z (7 months ago)
- Language: JavaScript
- Size: 824 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```