dotdot-im / dotdot

A place where you can talk to people

Home Page:https://dotdot.im

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Img

Deploy

Development

Local Development

You can use *storybook to play around with the components locally:

yarn storybook

# or

npm run storybook

Using Icons

We have access to the FontAwesome free icons library. But we only import the ones we need to keep bundle size down.

To add a new icon:

  1. Go to src/lib/icons.ts
  2. Import it at the top, and add it to the list of exports at the bottom

To use icons:

<FontAwesomeIcon icon="icon name" />

Icons are typesafe, so if you use the wrong name in the FontAwesomeIcon component it'll warn you.

About

A place where you can talk to people

https://dotdot.im


Languages

Language:TypeScript 80.3%Language:SCSS 14.7%Language:HTML 3.8%Language:JavaScript 1.1%Language:Shell 0.1%