mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 13:54:25 +00:00
25 lines
228 B
Markdown
25 lines
228 B
Markdown
# Requirements
|
|
|
|
- current node version (18+)
|
|
- npm (6+)
|
|
|
|
# Installation
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
# Commands
|
|
|
|
## Run
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
## Format Code
|
|
(Since it's `uglier`, will make it uglier)
|
|
```bash
|
|
npm run format
|
|
```
|