Skip to content

bwbroersma/skript-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
npm run export

Using YARN (recommanded):

yarn
yarn export

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

Contribute

Edit documentation

  1. Go in skript-website-public repository
  2. Replace docs.json file with the new one
  3. Enjoy!

Add a contributor

  1. Go in skript-website-public repository
  2. Go in the developers.json file
  3. Like others, add yours
  4. Enjoy!

Add a tutorial

  1. Go in skript-website-public repository
  2. Go in the tutorials.json file
  3. Like others, add yours
  4. Go in the tutorials directory
  5. Like others, write your tutorial page
  6. Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.9%
  • JavaScript 28.9%
  • CSS 2.2%