✨ https://settlemint.com ✨
Get going with SettleMint in minutes.
Make sure you have Bun installed on your system. If not, you can install it by running:
curl -fsSL https://bun.sh/install | bash
- Clone the repository:
git clone https://github.com/settlemint/docs
cd yourproject
- Install dependencies:
bun install
In the project directory, you can run:
bun run dev
This starts the development server with hot-reload enabled. Navigate to /documentation
bun run build
This command builds the application for production use.
bun run start
Runs the built application in production mode.
If you encounter any issues:
- Make sure Bun is up to date:
bun upgrade
- Clear Bun's cache:
rm -rf node_modules
rm bun.lockb
bun install
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request