bennobuilder / sollad

Discord Bot for the Solana Chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turborepo starter

This is an official Yarn v1 starter turborepo.

What's inside?

This turborepo uses Yarn as a package manager. It includes the following packages/apps:

Apps and Packages

  • @sl/docs: A Next.js app
  • @sl/web: Another Next.js app
  • @sl/ui: A stub React component library shared by both web and docs applications
  • @sl/discord: A discord bot
  • eslint-config-sl: eslint configurations (includes @typescript-eslint/eslint-plugin and eslint-config-prettier)
  • @sl/config: tsconfig.jsons and other configuration files used throughout the monorepo

Each package/app is 100% TypeScript.

Setup

This repository is used in the npx create-turbo command, and selected when choosing which package manager you wish to use with your monorepo (Yarn).

Build

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

cd my-turborepo
yarn run build

Develop

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

cd my-turborepo
yarn run dev

Useful Links

Learn more about the power of Turborepo:

About

Discord Bot for the Solana Chain

License:MIT License


Languages

Language:TypeScript 97.4%Language:JavaScript 2.6%