Fixed typo
This commit is contained in:
parent
608764e5eb
commit
bcb4647319
4 changed files with 6 additions and 7 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
### Installation
|
### Installation
|
||||||
```bash
|
```bash
|
||||||
# Navigate to project
|
# Navigate to project
|
||||||
cd manyfold-node
|
cd makerstash
|
||||||
|
|
||||||
# Install dependencies (if any new ones)
|
# Install dependencies (if any new ones)
|
||||||
npm install
|
npm install
|
||||||
|
|
|
||||||
2
INDEX.md
2
INDEX.md
|
|
@ -220,7 +220,7 @@ See: [FEATURES_NEW.md#implementation](./FEATURES_NEW.md#implementation-5)
|
||||||
## 📝 File Organization
|
## 📝 File Organization
|
||||||
|
|
||||||
```
|
```
|
||||||
manyfold-node/
|
makerstash/
|
||||||
├── Documentation (6 files)
|
├── Documentation (6 files)
|
||||||
│ ├── README.md ← Original project readme
|
│ ├── README.md ← Original project readme
|
||||||
│ ├── FEATURES_IMPLEMENTED.md ← Previous features
|
│ ├── FEATURES_IMPLEMENTED.md ← Previous features
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ A powerful 3D model file manager for makers and 3D printing enthusiasts. Organiz
|
||||||
|
|
||||||
2. Install dependencies:
|
2. Install dependencies:
|
||||||
```bash
|
```bash
|
||||||
cd manyfold-node
|
cd makerstash
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -185,7 +185,7 @@ makerstash/
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
This is a demonstration project inspired by Manyfold. Feel free to fork and modify for your needs!
|
This is a powerful 3D model management system. Feel free to fork and modify for your needs!
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
@ -193,7 +193,6 @@ MIT
|
||||||
|
|
||||||
## Acknowledgments
|
## Acknowledgments
|
||||||
|
|
||||||
- Inspired by [Manyfold](https://manyfold.app/) - an excellent Ruby on Rails 3D model manager
|
|
||||||
- Built with love for makers and the 3D printing community
|
- Built with love for makers and the 3D printing community
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Test script for Manyfold Node API
|
# Test script for 3D Model Manager API
|
||||||
echo "Testing Manyfold Node API..."
|
echo "Testing 3D Model Manager API..."
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# Health check
|
# Health check
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue