Upload simple app

This commit is contained in:
Logic Kenzie 2023-09-25 10:26:51 -05:00
parent 2c674445fd
commit ffb98bde13
2 changed files with 14 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1,7 @@
---
import Layout from "layouts/primary.astro"
---
<Layout>
</Layout>