Tabbied lets you easily create timeless and beautifully generated patterns or artwork to use for wall art, websites, print materials and more. Under the hood, Tabbied uses <css-doodle /> to generate the artworks.
Tabbied is built with the Next.js. To develop locally, clone the repository, run yarn install
, and run the development server using yarn dev
:
# Clone repository
git clone https://github.com/subwaymatch/tabbied-site-nextjs.git
# CD into tabbied-site-nextjs
cd tabbied-site-nextjs
# Install dependencies
yarn install
# Run development server
yarn dev
Open http://localhost:3000 with your browser to see the result.
Designed by Syung Hong, developed by Ye Joo Park.
Thanks to Yuan Chaun, the developer of <css-doodle />.