You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,10 @@ Bit By Bit Developers web platform allows creators to program geometry through s
89
89
90
90
# Development Setup
91
91
92
+
## Contributions
93
+
94
+
If you're interested in contributing please check our [Contribution guidelines](https://github.com/bitbybit-dev/bitbybit/blob/master/CONTRIBUTING.md) & [code of conduct](https://github.com/bitbybit-dev/bitbybit/blob/master/CODE_OF_CONDUCT.md)
95
+
92
96
## First Time Setup and Testing
93
97
94
98
For first-time developers working on this project, follow these steps to set up the development environment and run all unit tests:
@@ -120,11 +124,6 @@ For first-time developers working on this project, follow these steps to set up
120
124
-`npm run build-packages` - Build all packages
121
125
-`npm run rebuild-all-packages` - Clean and rebuild all packages
122
126
123
-
### Cross-Platform Compatibility
124
-
All commands are now cross-platform compatible and work on Windows, macOS, and Linux. The project uses:
125
-
-`rimraf` for cross-platform file deletion
126
-
- Standard npm scripts for package management
127
-
128
127
### Running Individual Package Tests
129
128
You can also run tests for individual packages:
130
129
-`npm run test-base` - Test base package
@@ -139,7 +138,6 @@ If you encounter issues during setup:
139
138
1. Make sure you have Node.js v16+ installed
140
139
2. Clear npm cache: `npm cache clean --force`
141
140
3. Delete node_modules and package-lock.json, then run `npm install`
142
-
4. If on Windows, make sure to run commands in a proper terminal (Command Prompt, PowerShell, or WSL)
0 commit comments