Olyno / skript-website

(Un)Official website of Skript's language

Home Page:https://olyno.github.io/skript-website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skript Documentation

Here is the source code of Skript website.

What the website uses:

  • Bulma
  • FontAwesome
  • Svelte
  • Sapper

Export Documentation

To export the documentation, run these commands in your terminal:

Using NPM:

npm install
git submodule init
git submodule update
npm run export

Using YARN (recommanded):

yarn
git submodule init
git submodule update
yarn export

Submodules will sync you to the public part, where tutorials and more stuff are.

It will generate the website as static website at __sapper__/export.

About

(Un)Official website of Skript's language

https://olyno.github.io/skript-website/

License:MIT License


Languages

Language:Svelte 72.0%Language:JavaScript 20.0%Language:HTML 4.7%Language:CSS 3.2%Language:Shell 0.1%