Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daguttt/magic-academy-frontend
https://github.com/daguttt/magic-academy-frontend
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daguttt/magic-academy-frontend
- Owner: daguttt
- Created: 2024-09-11T20:09:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T19:43:27.000Z (3 months ago)
- Last Synced: 2024-09-18T20:08:12.807Z (3 months ago)
- Language: TypeScript
- Size: 286 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```