I installed the free version of FontAwesome into my project using npm. Can anyone explain to me what steps I need to take now to import and combine the FontAwesome package into my project?
@drehimself i followed the steps but i got the error:
[plugin:vite:css] [postcss] ENOENT: no such file or directory, stat 'C:\node_modules@fortawesome\fontawesome-free\css\all.min.css'
Edit: Apparently i made the mistake of installing fontawesome and not fontawesome-free so I installed fontawesome-free with npm and it worked fine :) thank you