Official website for RelWave - Visualize Your Database with ease.
git clone https://github.com/Relwave/website
cd websitenpm install
# or
yarn
# or
pnpm install
# or
bun installnpm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project includes Docker support for containerized deployment.
-
Build the image:
docker build -t website . -
Run the container:
docker run -p 3000:3000 website
The application will be available at http://localhost:3000.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
⭐ Star us on GitHub • 🐛 Report Bug • 💡 Request Feature
Made with ❤️ by the RelWave team