Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

sycamore-rs/sycamore-trunk-gitpod-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️⚠️⚠️ Archived: use sycamore-rs/start instead.

Sycamore Trunk Gitpod Template

This is template for Sycamore + Trunk on gitpod.io.

Open in Gitpod

Usage

For a more thorough explanation of Trunk and its features, please head over to the repository.

Running

Just click on the button above to start a workspace. Trunk will automatically be installed and a dev server will automatically be started.

Release

trunk build --release

This builds the app in release mode similar to cargo build --release. You can also pass the --release flag to trunk serve if you need to get every last drop of performance.

Unless overwritten, the output will be located in the dist directory.

Using this template

This template is intended to be used as a quick way to test out something using Sycamore without having to setup a local environnement.