Skip to content

Commit 87314db

Browse files
authored
Merge pull request #1243 from dfinity/sesi200-patch-1
chore: rm excess restrictions in Ninja guidelines
2 parents 945e77d + 5b838c2 commit 87314db

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

NINJA_CONTRIBUTING.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We recommend to build your example directly within ICP Ninja, such that it starts out with the correct tooling, structure and configs.
44
If you do that, your project will naturally be in the correct format and can be easily added to ICP Ninja.
55
Once the example is done, you can download the source files from ICP Ninja.
6-
Alternatively, you can start with an existing Ninja project from this repo (see CODEOWNERS file for Ninja examples) and modify it.
6+
Alternatively, you can start with an existing Ninja project from this repo (see CODEOWNERS file for Ninja examples, e.g. `motoko/hello_world` or `rust/hello_world`) and modify it.
77

88
Ideally, your project should have a frontend and backend.
99

@@ -20,11 +20,6 @@ Ideally, your project should have a frontend and backend.
2020
* If you use Rust, make sure the project has `ic_cdk::export_candid!();` in the `lib.rs` file, such that the Candid interface can be auto derived.
2121
* If you use Motoko, use Mops as the package manager.
2222

23-
### Frontend tooling requirements
24-
* React
25-
* Vite for the build system
26-
* Tailwind CSS for styling (recommended), or plain CSS
27-
2823
## Preparing the PR
2924
1. Add your project in the `CODEOWNERS` file, with your team as codeowner.
3025
2. Add your project to the matrix in `.github/workflows/ninja_pr_checks.yml` to run PR tests.

0 commit comments

Comments
 (0)