---
title: Welcome to Scv-Static
description: Wiki welcome page
img: greg-rosenke-bJdK9v-VVw0-unsplash.png
img-alt: A picture of building blocks
link: https://github.com/sc-voice/scv-static
order: 9999
---

## Overview
Scv-Static is the [Jamstack](https://jamstack.org/) framework 
used to build [EBT-Site](https://sc-voice.github.io/ebt-site).
The framework includes:

* Javascript APIs for [SuttaCentral.net](https://suttacentral.net)
* Javascript APIs for [Voice.suttacentral.net](https://voice.suttacentral.net)
* custom Vuetify components for the EBT-Site user interface.

## Technologies

* [Vue](https://vuejs.org/)
* [Vuetify](https://vuetifyjs.com/)
* [Nuxt](https://nuxtjs.org/)
* [Nuxt/content](https://content.nuxtjs.org/)
* [Github](https://github.com)

## Installation

On Ubuntu or Debian, open a terminal window
to install the `scv-static` framework.


<pre> npm install --save @sc-voice/scv-static </pre>

To launch the developer website on `https://localhost:3000`

<pre> npm run dev </pre>
