Companion documentation for Sprocket, a real-time server-side components library for Gleam.
This project is built using Gleam and TypeScript, and managed with Yarn.
To install this project, follow these steps:
- Clone the repository from GitHub.
- Install the required dependencies using
npm install
oryarn install
. - Build the project using
npm run build
oryarn build
. - Start the project using
npm run watch
oryarn watch
.
Once you have installed and started the project, you can use it to explore Sprocket
We welcome contributions from the community. If you find an error in the docs or would like to contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.
This project is licensed under the MIT license. See the LICENSE file for more information.