Skip to content

Commit

Permalink
Merge pull request #9 from gosub-io/new-design
Browse files Browse the repository at this point in the history
New site design
  • Loading branch information
jaytaph authored Sep 13, 2024
2 parents 1990fa1 + 079e3d7 commit 7f27b7f
Show file tree
Hide file tree
Showing 56 changed files with 10,652 additions and 253 deletions.
4 changes: 0 additions & 4 deletions .vscode/extensions.json

This file was deleted.

11 changes: 0 additions & 11 deletions .vscode/launch.json

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 GosuB
Copyright (c) 2024 Gosub Community

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# gosub.io-website
Website for gosub.io


# Running the website locally

```bash
npm install
npm run dev
```

and then open your browser to `http://localhost:4321`.
7 changes: 6 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";

import alpinejs from "@astrojs/alpinejs";

// https://astro.build/config
export default defineConfig({});
export default defineConfig({
integrations: [tailwind(), alpinejs()]
});
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 7f27b7f

Please sign in to comment.