Text field app that makes it easy for editors to pick fontawesome icons.
This project was bootstrapped with Create Contentful App.
Install dependencies
npm install
Navigate to public/index.html
and replace the fontawesome script with the one provided in your fontawesome dashboard
# run dev server
npm start
# build for production
npm run build
To make your app look and feel like Contentful use the following libraries:
- Forma 36 – Contentful's design system
- Contentful Field Editors – Contentful's field editor React components
Read more and check out the video on how to use the CLI.
Create Contentful App uses Create React App. You can learn more in the Create React App documentation and how to further customize your app.