GitHub - settlemint/docs: Get going with SettleMint in minutes.
SettleMint - Documentation
✨ https://settlemint.com ✨
Get going with SettleMint in minutes.
Prerequisites
Make sure you have Bun installed on your system. If not, you can install it by running:
curl -fsSL https://bun.sh/install | bashInstallation
- Clone the repository:
git clone https://github.com/settlemint/docs
cd yourproject- Install dependencies:
Available Scripts
In the project directory, you can run:
Development
This starts the development server with hot-reload enabled. Navigate to /documentation
Build
This command builds the application for production use.
Production
Runs the built application in production mode.
Troubleshooting
If you encounter any issues:
- Make sure Bun is up to date:
- Clear Bun's cache:
rm -rf node_modules rm bun.lockb bun install
Contributing
- 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