Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakiolive/sloudplpage
This site is made for SloudPL. It offers game server hosting and other services.
https://github.com/lakiolive/sloudplpage
i18n i18next react react-icons reactjs sass scss tailwindcss typescript vite web website
Last synced: about 2 months ago
JSON representation
This site is made for SloudPL. It offers game server hosting and other services.
- Host: GitHub
- URL: https://github.com/lakiolive/sloudplpage
- Owner: LakioLive
- License: mit
- Created: 2024-12-28T13:19:23.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T13:13:34.000Z (about 2 months ago)
- Last Synced: 2025-01-05T14:23:54.742Z (about 2 months ago)
- Topics: i18n, i18next, react, react-icons, reactjs, sass, scss, tailwindcss, typescript, vite, web, website
- Language: TypeScript
- Homepage: https://sloud.pl/
- Size: 163 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# SloudPLPage
Welcome to the **SloudPLPage** project! This site is made for [SloudPL](https://sloud.pl/). It offers game server hosting and other services.
## Table of Contents
- [Demo](#demo)
- [Installation](#installation)
- [Technologies](#technologies)
- [Contributing](#contributing)
- [Authors](#authors)
- [License](#license)## Demo
Check out the live demo [here](https://sloud.pl/).
## Installation
To get a local copy up and running, follow these simple steps:
### Prerequisites
- **Node.js**: Ensure you have Node.js installed. You can download it from [nodejs.org](https://nodejs.org/).
### Clone the repository
```sh
git clone https://github.com/LakioLive/SloudPLPage
cd SloudPLPage
```### Install dependencies
```sh
npm install
```### Start the development server
```sh
npm run dev
```Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
## Technologies
- **TypeScript**: Typed superset of JavaScript that compiles to plain JavaScript.
- **React**: JavaScript library for building user interfaces.
- **Vite**: Next-generation frontend tooling for fast and optimized builds.
- **TailwindCSS**: Utility-first CSS framework for rapid UI development.
- **Sass**: CSS preprocessor that adds power and elegance to the basic language.
- **i18next**: Internationalization framework for translating your React applications.
- **React Icons**: Include popular icons in your React projects easily.## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
### Steps to Contribute
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/YourFeature`)
3. Commit your Changes (`git commit -m 'Add some YourFeature'`)
4. Push to the Branch (`git push origin feature/YourFeature`)
5. Open a Pull Request## Authors
LakioLive
SloudPL## License
Distributed under the **MIT License**. See `LICENSE` for more information.