This is a simple but elegant landing page static website, built with React & Next.js, utilizing power of CSS modules for styling. The website features a beautiful minimalistic UI.
To get started with this project, simply clone the repository to your local machine and install the necessary dependencies.
git clone https://github.com/your-username/your-repository.git cd your-repository npm install
Once you have installed the dependencies, you can start the development server using the following command:
npm run dev
This will start a local development server at http://localhost:3000, where you can view the website in your browser.
To build the website for production, simply run the following command:
npm run build
This will generate a production-ready version of the website in the .next directory.
Contributions to this project are welcome. To contribute, simply fork the repository and create a new branch for your changes. Once you have made your changes, submit a pull request and your changes will be reviewed and merged.
This project is licensed under the MIT License. See the LICENSE file for more information.