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
_Check out the package.json scripts for more commands._
50
+
### Configuration
51
+
52
+
You can also use a configuration file:
35
53
36
-
### Developer Experience (DX)
54
+
```ts
55
+
exportdefault {
56
+
'localhost:3000': 'stacks.localhost'
57
+
}
58
+
```
37
59
38
-
This Starter Kit comes pre-configured with the following:
60
+
Then run:
39
61
40
-
-[Powerful Build Process](https://github.com/oven-sh/bun) - via Bun
41
-
-[Fully Typed APIs](https://www.typescriptlang.org/) - via TypeScript 5.1
42
-
-[Be a Good Commitizen](https://www.npmjs.com/package/git-cz) - pre-configured Commitizen & git-cz setup to simplify semantic git commits, versioning, and changelog generations
43
-
-[Built With Testing In Mind](https://bun.sh/docs/cli/test) - pre-configured unit-testing powered by [Bun](https://bun.sh/docs/cli/test)
-[GitHub Actions](https://github.com/features/actions) - runs your CI _(fixes code style issues, tags releases & creates its changelogs, runs the test suite, etc.)_
62
+
```bash
63
+
reverse-proxy start
64
+
```
65
+
66
+
And your config will be loaded from `reverse-proxy.config.ts`_(or `reverse-proxy.config.js`)_. Learn more in the docs.
46
67
47
68
## Testing
48
69
@@ -52,48 +73,24 @@ bun test
52
73
53
74
## Changelog
54
75
55
-
Please see our [releases](https://github.com/stackjs/bun-ts-starter/releases) page for more information on what has changed recently.
76
+
Please see our [releases](https://github.com/stacksjs/stacks/releases) page for more information on what has changed recently.
56
77
57
78
## Contributing
58
79
59
-
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
80
+
Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
60
81
61
82
## Community
62
83
63
84
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
64
85
65
-
[Discussions on GitHub](https://github.com/stacksjs/bun-ts-starter/discussions)
86
+
[Discussions on GitHub](https://github.com/stacksjs/stacks/discussions)
66
87
67
88
For casual chit-chat with others using this package:
68
89
69
90
[Join the Stacks Discord Server](https://discord.gg/stacksjs)
70
91
71
-
## Postcardware
72
-
73
-
You will always be free to use any of the Stacks OSS software. We would also love to see which parts of the world Stacks ends up in. _Receiving postcards makes us happy—andwe will publish them on our website._
74
-
75
-
Our address is: Stacks.js, 5710 Crescent Park #107, Playa Vista 90094, CA.
76
-
77
-
## Sponsors
78
-
79
-
We would like to extend our thanks to the following sponsors for funding Stacks development. If you are interested in becoming a sponsor, please reach out to us.
92
+
## License
80
93
81
-
-[JetBrains](https://www.jetbrains.com/)
82
-
-[The Solana Foundation](https://solana.com/)
83
-
84
-
## 📄 License
85
-
86
-
The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.
94
+
The MIT License (MIT). Please see [LICENSE](https://github.com/stacksjs/stacks/tree/main/LICENSE.md) for more information.
0 commit comments