- Add
.npmrcfile at the root of the project with a token for the Font Awesome Pro registry. (More Info) - Install the Prettier editor extension for code formatting.
- Install the dependencies:
# npm
npm install
# yarn
yarn install
# pnpm
pnpm install --shamefully-hoistStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheckout the deployment documentation for more information.