Skip to content

radespratama/bubbble

Repository files navigation

⚡ Bubbble is a Free, Simple & Modern OnBoarding UI KIT

📌 Overview

/pages

✔️ pages/index.tsx = Homepage and 6 preview design
✔️ pages/design.tsx = List all design
✔️ pages/design/[slug].tsx = Details design

Sanity API KEYS
  1. Create a Sanity account

  2. Create new project

  3. npm install -g @sanity/cli && sanity init

  4. After you create new project, Go to your project, you will see the PROJECT ID at the top

  1. Put it into the environment variables according to .env.example and you're all set!

💻 Installation

Run the package locally

git clone https://github.com/radespratama/bubbble.git bubbble

cd bubbble

# install deps
npm install || yarn

# run server
npm run dev || yarn dev

⚡ Tools

Typescript NextJs ReactJs TailwindCSS Sanity