No description
Find a file
2025-01-28 01:56:02 +01:00
client Update: Update dependencies 2025-01-28 01:56:02 +01:00
.gitignore Add: .gitignore & refactor footer 2025-01-28 01:54:50 +01:00
LICENSE Initial commit 2024-10-25 16:34:37 +00:00
README.md ADD: initial commit 2024-10-25 18:40:32 +02:00

kiyu.moe

Source code for the main kiyu.moe website.
Setup »



About kiyu.moe

kiyu.moe is a domain for (shared) use & projects.
The intent of this site is to provide a landing page
for users, while also somewhat serving a basic status
page as well. All kiyu.moe projects are 'invite-only'
for now. (๑′ᴗ‵๑)



Getting Started

To get the project installed, follow this simple guide.

Prerequisites:

This project depends on the following:

  https://nodejs.org/en/

Installation:

  1. From a terminal, run:
  git clone https://git.aya.so/kiyu/kiyu.moe
  1. Unzip/Unarchive (if needed) with your tool of choice. Then change directory into it.
  cd kiyu.moe/client
  1. Check the package.json file matches, then open in a terminal and install dependencies:
  npm install
  1. Start the serve process.
  npm run serve
  1. And enjoy!


Roadmap & Updates

  • Convert .PNG to .WEBP for efficiency/performance.

Please see the open issues for a list of proposed features (as well as known issues).



Contributing

If you want to make a contribution, please fork the repository & create a pull request. If you have a suggestion you would want to see, you can open a new issue with your request.

  1. Fork the project
  2. Create your Feature Branch (git checkout -b feature/YourFeature)
  3. Commit changes (git commit -m 'This is my feature commit.')
  4. Push to the Branch (git push origin feature/YourFeature)
  5. Open a Pull Request.


Contact & Support