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

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

Awesome Lists containing this project

README

          

# Project: Library

[More detail information here](https://www.theodinproject.com/lessons/node-path-javascript-library).

![The website looks like this](https://i.ibb.co/wCJj68H/Screenshot-2023-11-30-at-15-06-36-Library-Thuyen-Code-The-Odin-Project.png)

## 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)