https://github.com/thuyencode/library-the-odin-project
Project: Library | The Odin Project
https://github.com/thuyencode/library-the-odin-project
theodinproject
Last synced: 7 months ago
JSON representation
Project: Library | The Odin Project
- Host: GitHub
- URL: https://github.com/thuyencode/library-the-odin-project
- Owner: thuyencode
- Created: 2023-11-30T04:34:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T03:52:03.000Z (about 2 years ago)
- Last Synced: 2025-03-21T02:25:33.922Z (11 months ago)
- Topics: theodinproject
- Language: HTML
- Homepage: https://thuyencode.github.io/library-the-odin-project/
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: Library
[More detail information here](https://www.theodinproject.com/lessons/node-path-javascript-library).

## Getting started
First, install all the dependencies:
```bash
npm i
# or if you're using Bun
bun i
```
To run the dev server:
```bash
npm run dev
# or if you're using Bun
bun dev
```
To export and preview the production build:
```bash
npm run build
npm run preview
# or if you're using Bun
bun run build
bun preview
```
## Assets
- Icons used: **Material Icons** designed by [Google](https://github.com/material-icons/material-icons) and **Material Design Icons** designed by [Pictogrammers](https://pictogrammers.com/library/mdi) through [Iconify](https://iconify.design)
- UI components by [Preline UI](https://preline.co)