Skip to content

arch-linux-gui/web

Repository files navigation

Arka Linux GUI Website

This repository contains the source code for the website of Arka Linux GUI based on Arch Linux. The website is built using Next.js and Tailwind CSS.

Technologies Used

  • Next.js: A React framework for server-side rendering and static site generation.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.
  • React: A JavaScript library for building user interfaces.
  • Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine.

Installation and Building Locally

To get a local copy of the website up and running, follow these steps:

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (v14.x or later)
  • npm (v6.x or later) or yarn (v1.x or later)

Clone the Repository

git clone https://github.com/harshau007/alg-website.git
cd alg-website

Install Dependencies

Using npm:

npm install

Or using yarn:

yarn install

Running the Development Server

To start the development server, run:

Using npm:

npm run dev

Or using yarn:

yarn dev

Open your browser and navigate to http://localhost:3000 to see the website in action.

Building for Production

To build the project for production, run:

Using npm:

npm run build

Or using yarn:

yarn build

This will generate the static files in the .next directory. You can then start the production server with:

Using npm:

npm start

Or using yarn:

yarn start

External Contributions Guidelines

Contributions to the website are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

List of Contributors

We would like to thank the following people for their contributions:

If you have contributed and your name is not listed, please open a pull request to add your name to the list.


Thank you for your interest in contributing to our project! If you have any questions, feel free to open an issue or reach out to the maintainers.