Skip to content

Relwave/website

Repository files navigation

RelWave Website

Official website for RelWave - Visualize Your Database with ease.

Getting Started

Clone the Repository

git clone https://github.com/Relwave/website
cd website

Install Dependencies

npm install
# or
yarn
# or
pnpm install
# or
bun install

Run the Development Server

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open 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.

Docker Support

This project includes Docker support for containerized deployment.

Build and Run with Docker

  1. Build the image:

    docker build -t website .
  2. Run the container:

    docker run -p 3000:3000 website

The application will be available at http://localhost:3000.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

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

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages