https://github.com/hyperse-io/dev-guides
A collection of succinct developer guides
https://github.com/hyperse-io/dev-guides
dev-guides developer-guides hyperse
Last synced: about 2 months ago
JSON representation
A collection of succinct developer guides
- Host: GitHub
- URL: https://github.com/hyperse-io/dev-guides
- Owner: hyperse-io
- License: mit
- Created: 2024-05-24T01:38:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T02:48:53.000Z (6 months ago)
- Last Synced: 2024-11-23T03:26:33.737Z (6 months ago)
- Topics: dev-guides, developer-guides, hyperse
- Language: Dockerfile
- Homepage:
- Size: 3.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dev guides 🪄
A collection of normal dev guides
## Collection
### macOS & Linux
- [Install npm packages globally without sudo](docs/npm-global-without-sudo.md) _(macOS & Linux)_
- [Making locally-trusted development certificates](docs/locally-trusted-development-certificates.md) _(macOS & Linux)_### Web App Deploy
- [Deploy next.js docker](docs/deploy-next-docker.md) _(next.js)_
### Nodejs
- [typeorm `groupBy` `getManyAndCount`](docs/typeorm-groupby-getmany.md) _(Typeorm)_
- [Install nodejs on alibaba clound linux](docs/install-nodejs-on-alibaba-linux.md) _(Linux & Nodejs)_### ECS Setup
- [ECS setup guides](docs/ecs-setup-guides.md) _(ECS)_
- [ECS enginx guides](docs/ecs-nginx-setup.md) _(Enginx)_
- [ECS install tengine guides](docs/install-tengine-on-linux.md) _(Tengine)_
- [Brew install nginx guides](docs/brew-install-nginx.md) _(Enginx)_
- [ECS clean disk device space files](docs/ecs-clean-disk-device-space.md) _(ECS)_### RDS
- [RDS migrate exported data to local mysql](docs/rds-import-to-local.md) _(RDS & Mysql)_
### Domain setup
- [Domain setup with prefix `www`](docs/domain-setup-with-www-prefix.md) _(Domain)_
- [Domain setup without prefix `www`](docs/domain-setup-without-www-prefix.md) _(Domain)_
- [Domain setup with `/webapps` rules](docs/domain-setup-with-webapps-prefix-rule.md) _(Domain)_### Git
- [Common git commands](docs/git-command.md) _(Git)_
### Typings
- [Ts Chainer Infer](docs/ts-chainer-infer.md) _(Ts)_
## Contribute
I'm happy to accept requests in the issue tracker, improvements to the content, and additional guides.