My personal website at https://www.iamnop.com/
Powered by Gatsby, using gatsby-starter-blog
Start the development server, which also runs automatic Prettier and ESLint processes
npm run dev
Validate and build the project for distribution
npm run build
Run code checks through all files with Prettier and ESLint
npm run validate
Clean build files
npm run clean
Run a clean build and deploy project to GitHub Pages https://github.com/nopjia/nopjia.github.io
npm run deploy