kamp.us web projects & packages
- The languages we use in this repo:
- Join our discord at https://discord.kamp.us
- We use
#kampus-projects
channel for onboarding people to the project. - Talk to us so we can figure out a plan together what would be the best way for you to contribute to the project.
- For any questions use this channel so we can help you.
- Fork
kamp-us/monorepo
under your personal account.- eg:
usirin/monorepo
- eg:
- Clone the project to your local computer:
// Download Repository
git clone [email protected]:kamp-us/monorepo.git
// Move into repository
cd monorepo
/apps
: services & apps/gql
: backend service for the applications/kampus
: home of kampus, where you can find sozluk and pano/ui
: all the ui elements source with storybook
/db
: packages that is relevant to database/prisma
: prisma client for kampus mysql db
- '/config': packages that is relevant to configuration
/eslint
: common eslint configuration.
/packages
: internal (and maybe external in the future) npm packages/relay
: common relay configuration/sozluk-content
: where contents of sozluk are/tailwind
: common tailwind configuration as a tailwind plugin/ui
: common ui elements
These folders are registered as workspaces in package.json
If you haven't already install Volta, you can install install it with:
curl https://get.volta.sh | bash
Install dependencies and build all projects.
// Install all the dependencies use -w or --workspace for workspace specific installs
npm install
// Builds all the applications in the monorepo
npx turbo build