- Add
.npmrc
file 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-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.