Info blog. A place to showcase portfolio, ideas, sketches and games.
This used to be the official starter Turborepo.
This repo includes the following packages/apps:
docs
:- a Next.js app with Tailwind CSS
- remains untoched as the site is this a work in progress
web
: nextJS app with Tailwind CSSui
: [work in progress]- a React component library with sass shared by both
web
anddocs
applications - webpack5 as builder
- a React component library with sass shared by both
eslint-config-custom
:eslint
configurations (includeseslint-config-next
andeslint-config-prettier
)tsconfig
:tsconfig.json
s used throughout the monorepop5playground
: [work in progress]- p5JS sketches and games. shared by
web
application - webpack5 as builder
- p5JS sketches and games. shared by
three-canvas
: [work in progress]- threeJS
- vite as builder
This repo has some additional tools already setup for you:
- Tailwind CSS for styles
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
Run the following command:
cd "root"
pnpm install
pnpm build
pnpm run dev