Skip to content

Commit

Permalink
Add hackathon folders and fix development environment to update conti…
Browse files Browse the repository at this point in the history
…nuously
  • Loading branch information
omckeon committed Jul 30, 2024
1 parent fb2c140 commit e6fdb18
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"label": "Serve splashkit.io Website",
"type": "shell",
"command": "npm install && npx http-server ./dist -p 3000",
"command": "npm start",
"group": "build",
"dependsOn": "Build splashkit.io Website",
"presentation": {
Expand Down
9 changes: 5 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ export default defineConfig({
label: "Usage Examples",
autogenerate: { directory: "usage-examples", collapsed: true },
},
// {
// label: "Arcade Hackathon Project",
// autogenerate: { directory: "arcade-hackathon-project", collapsed: true },
// },
{
label: "Arcade Hackathon Project",
autogenerate: { directory: "arcade-hackathon-project", collapsed: true },
},
],

}),
Expand All @@ -110,6 +110,7 @@ export default defineConfig({
// Process images with sharp: https://docs.astro.build/en/guides/assets/#using-sharp
image: { service: squooshImageService() },
server: {
host: true,
port: 4321
}
});
7 changes: 7 additions & 0 deletions src/content/docs/arcade-hackathon-project/0-overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Welcome to the Arcade Hackathon Project!
sidebar:
label: Overview
---

![Hackathon invitation poster](./images/Poster.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6fdb18

Please sign in to comment.