https://github.com/fission-codes/stack
⌘ Fission Stack
https://github.com/fission-codes/stack
Last synced: about 1 year ago
JSON representation
⌘ Fission Stack
- Host: GitHub
- URL: https://github.com/fission-codes/stack
- Owner: fission-codes
- License: apache-2.0
- Created: 2023-09-26T15:28:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T22:30:07.000Z (about 2 years ago)
- Last Synced: 2025-04-06T07:52:20.657Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://fission-codes.github.io/stack/
- Size: 57.5 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Fission Stack
[](https://fission.codes)
[](https://discord.gg/zAQBDEq)
[![Discourse users]()](https://talk.fission.codes)
Monorepo for the Fission stack.
## Packages
- [eslint-config](https://github.com/fission-codes/stack/tree/main/packages/eslint-config) - Fission eslint, ts and prettier config.
- [homestar](https://github.com/fission-codes/stack/tree/main/packages/homestar) - Fission [Homestar](https://github.com/ipvm-wg/homestar) client.
## Examples
- [`demo`](https://github.com/fission-codes/stack/tree/main/examples/demo) - description
### Checkout examples
You can use [Codesandbox](https://githubbox.com/fission-codes/stack/tree/main/examples/demo) and start hacking right away.
To clone it locally:
```bash
npx tiged fission-codes/stack/examples/demo demo
cd demo
pnpm install
pnpm dev
```
You can try any of the examples by replacing `demo` with the name of the example you want to try.
## Contributing
Read contributing guidelines [here](.github/CONTRIBUTING.md).
[](https://codespaces.new/fission-codes/stack)
## License
This project is licensed under either of
- Apache License, Version 2.0, ([LICENSE-APACHE](./LICENSE-APACHE) or
[http://www.apache.org/licenses/LICENSE-2.0][apache])
- MIT license ([LICENSE-MIT](./LICENSE-MIT) or
[http://opensource.org/licenses/MIT][mit])
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.
[apache]: https://www.apache.org/licenses/LICENSE-2.0
[mit]: http://opensource.org/licenses/MIT