-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1098 from VamshiReddy02/docusaurus-spin
Created docusaurus-spin template repository to Spin Up Hub
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
title = "Spin Docusaurus" | ||
template = "render_hub_content_body" | ||
date = "2023-12-14T04:30:32.000Z" | ||
content-type = "text/html" | ||
tags = ["javascript", "docusaurus", "react",] | ||
|
||
[extra] | ||
author = "VamshiReddy02" | ||
type = "hub_document" | ||
category = "Template" | ||
language = "JS/TS" | ||
created_at = "2023-12-14T04:30:32.000Z" | ||
last_updated = "2023-12-14T04:30:32.000Z" | ||
spin_version = ">v1.3" | ||
summary = "A template to use docusaurus with Spin" | ||
url = "https://github.com/VamshiReddy02/spin-docusaurus" | ||
keywords = "react, docusaurus, javascript, typescript" | ||
|
||
--- | ||
|
||
This is a template for building and statically exporting your Docusaurus application and running it on Fermyon Spin. | ||
|
||
All you need to do is open the [spin-docusaurus](https://github.com/VamshiReddy02/spin-docusaurus) repository and install the template in your spin CLI. Once you've created your repository from the template, Run `npm install` and `npx start`, then start editing your application. Alternatively, you can run `spin build` and `spin up` to build and run your application. |