Skip to content

Commit 7f27b7f

Browse files
authored
Merge pull request #9 from gosub-io/new-design
New site design
2 parents 1990fa1 + 079e3d7 commit 7f27b7f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+10652
-253
lines changed

.vscode/extensions.json

-4
This file was deleted.

.vscode/launch.json

-11
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 GosuB
3+
Copyright (c) 2024 Gosub Community
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# gosub.io-website
22
Website for gosub.io
3+
4+
5+
# Running the website locally
6+
7+
```bash
8+
npm install
9+
npm run dev
10+
```
11+
12+
and then open your browser to `http://localhost:4321`.

astro.config.mjs

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
import { defineConfig } from 'astro/config';
2+
import tailwind from "@astrojs/tailwind";
3+
4+
import alpinejs from "@astrojs/alpinejs";
25

36
// https://astro.build/config
4-
export default defineConfig({});
7+
export default defineConfig({
8+
integrations: [tailwind(), alpinejs()]
9+
});

bun.lockb

62.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)