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