Skip to content

tmmoond8/noticon

Repository files navigation

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.

https://noticon.tammolo.com

Netlify Status

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

  1. Clone the project & Install packages from npm
$ git clone https://github.com/tmmoond8/noticon.git
$ cd noticon && yarn
  1. Rename .env.sample to .env

  2. Run

$ yarn dev

http://localhost:3000