# [clean]() Clean build directory ```bash rm -rf ./build ``` # [format]() Format the source code ```bash npx prettier --write . ``` # [build](clean format) Build the project ```bash npm run build ``` # [deploy](build) Deploy to surge.sh ```bash surge ./build my-project.surge.sh ```
Thank you for feature suggestion.
This item has no comments currently.
It looks like you have JavaScript disabled. This web app requires that JavaScript is enabled.
Please enable JavaScript to use this site (or just go read Hacker News).
Thank you for feature suggestion.