Use the package manager yarn to install the dependencies.
yarn install
yarn start
yarn test
yarn e2etest
@terra-money/feather.js @terra-money/wallet-provider v4 [@terra-money/wallet-types] () [@terra-money/use-wallet] ()
<span class="material-symbols-outlined">face</span> <!-- Outlined -->
<span class="material-symbols-rounded">face</span> <!-- Rounded -->
<span class="material-symbols-sharp">face</span> <!-- Sharp -->
- Remove this package
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import {
solid,
regular,
brands,
icon
} from '@fortawesome/fontawesome-svg-core/import.macro';
export default function Icon() {
return (
<FontAwesomeIcon icon={solid('bell')} />
);
}
- remove this package
- remove this package
typescript-plugin-css-modules
This repo has minimal setup done in the Eslint and Prettier files with the intention that the developer using the template can set up the rules how they would like
Most projects tend to use the AirBNB style guide but this template uses minimal rules to allow the user the ability to to customize it as they want.