Marviel / s2s-tools

Home Page:https://s2s-tools.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌱 S2S Tools

This is an (unofficial) set of tools for members of the Seed to Stage community.

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • docs: a Next.js app
  • web: another Next.js app
  • ui: a stub React component library shared by both web and docs applications
  • eslint-config-custom: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd s2s-tools
bun build

Develop

To develop all apps and packages, run the following command:

cd s2s-tools
bun dev

Useful Links

Learn more about the power of Turborepo:

About

https://s2s-tools.vercel.app


Languages

Language:TypeScript 70.0%Language:CSS 23.8%Language:JavaScript 5.8%Language:Handlebars 0.4%