Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ Try to keep CI green! To do this, please ensure the following:
- Your code is formatted correctly (run `pnpm format`)
- Your code passes linting (run `pnpm lint`)
- Your code is type-checked (run `pnpm typecheck`)
- Your code is able to build (run `pnpm build`)

Most importantly, make sure your code is well-documented and easy to understand!
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@

Welcome to Knight Hacks' monorepo, Forge! It contains the source code for all applications created by our development team!

New to the project? Start with our [Getting Started Guide](/docs/GETTING-STARTED.md).

## 🗺 Layout

- [`.github`](/.github) Contains all of our GitHub-related files
- [`apps`](/apps) Applications we've built and maintain
- [`docs`](/docs) Documentation for contributors and developers
- [`packages`](/packages) Packages we share across our applications
- [`tooling`](/tooling) Configuration files for tools we use when building our applications
- [`turbo/generators`](/turbo/generators) A CLI tool to generate boilerplate for a new package under [`packages`](/packages)
Expand Down
Loading
Loading