First, copy the .env.example
file and rename it to .env
. Please fill the variables according to your needs.
Next, copy the .npmrc.example
file and rename it to .npmrc
. Please replace the AUTH_TOKEN
value with your auth token from fontawesome.com.
Important
If you use a pipeline to build and deploy the project automaticaly, don't forget to includes the above into your pipeline.
In order to work or build the project, the dependencies need to be installed first.
npm install
npm run dev
Don't forget to install dependencies and configure your environment files.
npm run build
Don't forget to install dependencies and configure your environment files.