No description
- JavaScript 45.9%
- CSS 39.3%
- Svelte 9.8%
- TypeScript 3.2%
- HTML 1.8%
|
Some checks failed
Build and Deploy Svelte App / build-and-deploy (push) Failing after 12s
# Conflicts: # .gitignore |
||
|---|---|---|
| .forgejo/workflows | ||
| app | ||
| Frames | ||
| src | ||
| static | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
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:
- AZURE_DESTINATION this will be the location on the cortinabuilds bucket that this app will deploying
- SOURCE this will be the output location of npm run build
- Rename .forgejo/workflows/main.yml.bak to main.yml