telesis.website.svelte

Telesis.website.svelte

Telesis Website rebuild wit hSvelte and a Pocketbase Database

Running the Repository

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev



# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Documentation

File Structure

Svelte

Each URL is under the src/routes folder. The main page is directly under the routes folder with the corresponding files +page.svelte +layout.svelte

The Sub pages are under the correspoding folders with the same fileseg. /projects/+page.svelte

The dynamically generated routes (if there are any) are saved under a [slug]/+page.svelte

Resused components are under src/lib

JS

Data is fetched in the