Noticon
A icon storage service for Notion
All images are stored safely in the Cloudinary. You can search icons you want, or upload icons you do.
Project Stack
Client Following items are core frontend technologies used in this project:
- React
- Next.js
- Emotion
- TypeScript
- MobX
- Notion-UI
- react-easy-crop
- Google Sheets API (for simple database)
- Firebase realtime-database
Run on your machine
Prerequistes
- Node.js v12^
- yarn
Installation
- Clone the project & Install packages from npm
$ git clone https://github.com/tmmoond8/noticon.git
$ cd noticon && yarn
-
Rename .env.sample to .env
-
Run
$ yarn dev