No description
  • Astro 99.4%
  • CSS 0.4%
Find a file
MattTheTekie a3f3494dec Initial commit
Created from https://vercel.com/new
2024-01-06 14:40:35 +00:00
.vscode Initial commit 2024-01-06 14:40:35 +00:00
public Initial commit 2024-01-06 14:40:35 +00:00
src Initial commit 2024-01-06 14:40:35 +00:00
.gitattributes Initial commit 2024-01-06 14:40:35 +00:00
.gitignore Initial commit 2024-01-06 14:40:35 +00:00
.npmrc Initial commit 2024-01-06 14:40:35 +00:00
.prettierrc Initial commit 2024-01-06 14:40:35 +00:00
astro-i18next.config.mjs Initial commit 2024-01-06 14:40:35 +00:00
astro.config.mjs Initial commit 2024-01-06 14:40:35 +00:00
markdown.config.ts Initial commit 2024-01-06 14:40:35 +00:00
package-lock.json Initial commit 2024-01-06 14:40:35 +00:00
package.json Initial commit 2024-01-06 14:40:35 +00:00
README.md Initial commit 2024-01-06 14:40:35 +00:00
tsconfig.json Initial commit 2024-01-06 14:40:35 +00:00

header

GitHub Language Count Github Repo Size GitHub Contributors GitHub Last Commit Github License A website where you can download our products, as well as getting up to date with our advancements, getting assistance with our products, and informing yourself in the status of them.

All the fun people who've contributed:

Want to self-host?

Simply clone this repository and open a terminal in the folder:

npm i
npm run dev

You will see a live preview of your changes inside your default web browser!

Structure

Inside the "public" folder you will see all static assets that astro will place at the root of the published site. Inside it, we store all the assets like images, locales, fonts, and discord integration. In the src folder you will find the components (used to be able to reuse code in different sites); the content, which includes all the markdown files used in the site; layouts, the design for our guide and news sections; and all of the pages in the site in all supported locales.

In the styles folder you will find global css rules.

I want to modify the languages or add more of them!

That's amazing! But first please read up on the documentation for Astro-i18next, and don't forget to generate the website when you're done with npx astro-i18next generate. You will also need to add the language code inside the astro-i18next.config.mjs file located at the root of the folder!

That's about it, thanks for reading!!!

Also check out:

ReadMe Card ReadMe Card ReadMe Card