dev: rm -rf ./next && npm i && npm run dev build: npm i && npm run build start: npm run build && npm run start fast: npm run dev