Website made for me by LakioLive on github. Live demo:
https://sloudhost.ovh/
.github | ||
src | ||
.gitignore | ||
.prettierrc | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
eslint.config.js | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
release.config.js | ||
tailwind.config.js | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
SloudPLPage
Welcome to the SloudPLPage project! This site is made for SloudPL.
Table of Contents
Demo
Check out the live demo here.
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.
Clone the repository
git clone https://github.com/LakioLive/SloudPLPage
cd SloudPLPage
Install dependencies
npm install
Start the development server
npm run dev
Open 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
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourFeature
) - Commit your Changes (
git commit -m 'Add some YourFeature'
) - Push to the Branch (
git push origin feature/YourFeature
) - Open a Pull Request
Authors
SloudPL
License
Distributed under the MIT License. See LICENSE
for more information.