No description
  • JavaScript 45.9%
  • CSS 39.3%
  • Svelte 9.8%
  • TypeScript 3.2%
  • HTML 1.8%
Find a file
Sebastian Yepes 5b6a14b169
Some checks failed
Build and Deploy Svelte App / build-and-deploy (push) Failing after 12s
Merge remote-tracking branch 'origin/main'
# Conflicts:
#	.gitignore
2026-07-20 16:10:17 -04:00
.forgejo/workflows Activate on-push deploy pipeline (main.yml.bk -> main.yml) 2026-07-20 16:04:49 -04:00
app You Are the Architect kiosk — initial commit 2026-07-20 12:57:56 -04:00
Frames You Are the Architect kiosk — initial commit 2026-07-20 12:57:56 -04:00
src Scaffold Lipsey project from Cortina Svelte base 2026-07-20 16:01:24 -04:00
static Scaffold Lipsey project from Cortina Svelte base 2026-07-20 16:01:24 -04:00
.gitignore Merge remote-tracking branch 'origin/main' 2026-07-20 16:10:17 -04:00
package-lock.json Scaffold Lipsey project from Cortina Svelte base 2026-07-20 16:01:24 -04:00
package.json Scaffold Lipsey project from Cortina Svelte base 2026-07-20 16:01:24 -04:00
README.md Updating readme 2026-06-23 14:03:14 -05:00
svelte.config.js Removing A11Y warnings 2026-04-24 09:20:09 -05:00
tsconfig.json Adding in intial routing, a timeout and some other test pages 2026-01-08 09:29:03 -06:00
vite.config.ts Scaffold Lipsey project from Cortina Svelte base 2026-07-20 16:01:24 -04:00

Cortina Svelte Base Template

This is intended as a simple starting point for a svelte based interactive.

The main features of this template are:

  • Setup for route based navigation
  • Defaults to using Svelte Animations
  • Includes a Timeout screen that can then be styled/modified
  • Automatically will pull data from either a CMS or from locally cached content
  • Built in build for deploying directly to either Application Manager or the extranet

Usage

Use the "Use this template" Button above to create a new repository based on this template.

Build Pipelines

To enable build pipelines in the new repository under settings -> actions -> variables define the following variables:

  1. AZURE_DESTINATION this will be the location on the cortinabuilds bucket that this app will deploying
  2. SOURCE this will be the output location of npm run build
  3. Rename .forgejo/workflows/main.yml.bak to main.yml