Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 896 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 896 Bytes

Keila Website

This is the repository for the Keila website which includes the landing page and the Keila docs

Installation

This site is powered by Astro.

You can install and use it on a local machine like this:

# install dependencies
npm install

# serve with hot reload at localhost:4321
npm run dev

# run formatter
npm run format

# generate static pages for deployment
npm run generate

Translating

If you want to contribute a translation, you can find all translatable pages in src/content. Additional strings can be found in src/utils/i18n.ts.

To enable a new translation, make sure to add it to the configuration in astro.config.mjs

If you’re a first-time contributor, please sign the CLA when you submit your translation.