Use yarn to install dependencies:
yarn install
Once new asset(s) have been added in the Assets
directory, the index.json file needs to be updated.
To do that simply run yarn updateIndex
.
If you have a suggestion/idea for a new asset or functionality, please fork this repo and create a pull request.
More specifically:
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request