Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammadasif-wd/eduhole
Learning Website (Next, Typescript)
https://github.com/muhammadasif-wd/eduhole
Last synced: 14 days ago
JSON representation
Learning Website (Next, Typescript)
- Host: GitHub
- URL: https://github.com/muhammadasif-wd/eduhole
- Owner: muhammadasif-wd
- Created: 2024-01-10T09:22:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T12:14:50.000Z (about 1 year ago)
- Last Synced: 2024-11-12T12:13:05.133Z (2 months ago)
- Language: TypeScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
### Step 1: Install Husky and lint-staged
Run the following commands to set up Husky and lint-staged:
```bash
npx husky-init && npm install
```### Step 2: Start the development server
Choose one of the following commands based on your package manager:
```bash
# Using npm
npm run dev# Using yarn
yarn dev# Using pnpm
pnpm dev# Using bun
bun dev
```The development server will start, and you can view the result by opening [http://localhost:3000](http://localhost:3000) in your web browser.