Skip to content

osmandlsmn/monorepo

 
 

Repository files navigation

@kampus/monorepo

kamp.us web projects & packages

Before starting

  • The languages we use in this repo:
    • Typescript
      • remix.run - a react web application framework
    • Golang
  • 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.

How to start

  • Fork kamp-us/monorepo under your personal account.
    • eg: usirin/monorepo
  • Clone the project to your local computer:
git clone git@github.com:kamp-us/monorepo.git
cd monorepo

Structure

.
├── README.md
├── apps
│   └── pano
├── package-lock.json
├── package.json
├── packages
│   ├── kampus-eslint-config
│   ├── kampus-tsconfig
│   └── kampus-ui
└── turbo.json
  • /apps: services & apps
  • /packages: internal (and maybe external in the future) npm packages

These folders are registered as workspaces in package.json

Running the projects

Use Correct Node Version

If you haven't already install Volta, you can install install it with:

curl https://get.volta.sh | bash

Setup projects

Install dependencies and build all projects.

npm install
npx turbo build

Documentation for each app & package

Apps

Packages

About

kamp.us web projects & packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.8%
  • Go 11.8%
  • CSS 1.3%
  • Dockerfile 0.8%
  • JavaScript 0.8%
  • Makefile 0.3%
  • PLpgSQL 0.2%