Upload simple app
This commit is contained in:
parent
2c674445fd
commit
ffb98bde13
2 changed files with 14 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
# app-template
|
# App Template
|
||||||
|
[Description]
|
||||||
|
`Hosted at https://logically.cc/[stub]`
|
||||||
|
|
||||||
Basic application template for Logically applications
|
**Note that this source is uncoupled from the components required to run it standalone**
|
||||||
|
|
||||||
|
## Use Project Standalone
|
||||||
|
You'll want to run `npx create-astro` to use this project standalone. Then, you can clone this project into the `src/pages` directory and then run `npx astro build` to have the finished product we release on logically.cc
|
7
index.astro
Normal file
7
index.astro
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
import Layout from "layouts/primary.astro"
|
||||||
|
---
|
||||||
|
|
||||||
|
<Layout>
|
||||||
|
|
||||||
|
</Layout>
|
Loading…
Reference in a new issue