This website explains the lua-language-server and documents it via a wiki.
/public/
All of the assets available from the root of the website such as images, fonts, etc./src/components/
reusable.astro
components/src/components/common/
common components used all over the website/src/components/layout/
components used in layouts such as headers and footers/src/components/wiki/
components used in the wiki
/src/content/
Content-full markdown files used in the wiki/src/layouts/
Various reusable layouts/src/pages/
The pages of the website/src/scss/
Common SCSS
See the contributing guide.
To get started, run npm i
to install the dependencies.
You can then use npm run dev
to start a local development server on localhost:3000
.
npm run build
will build the site for production so it can be previewed. npm run preview
will preview your build of the website.