Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daguttt/magic-academy-frontend


https://github.com/daguttt/magic-academy-frontend

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Magic Academy

Courses platform mainly focused on high quality software development courses

## Project setup

### Prerequisites

#### Package Manager

[pnpm](https://pnpm.io/es/installation) is **_faster_** than npm or yarn.

##### Installation

```bash
npm i -g pnpm
```

##### pnpm vs npm

Check out why pnpm is faster! (any video bellow):

- [English video](https://www.youtube.com/watch?v=d1E31WPR70g) from [CoderOne](https://www.youtube.com/@CoderOne) - YouTube
- [Spanish video](https://www.youtube.com/watch?v=MZ6JxWWCA5M) from [Fazt Code](https://www.youtube.com/@FaztCode) - YouTube

### Running the project

1. Clone the repo.
2. Install dependencies.
```bash
pnpm i
```
3. Run development server.
```bash
pnpm dev
```

## Developing
### Adding shadcn/ui components
Use the following command to use **pnpm** instead of npm:

```bash
pnpx shadcn@latest add
```