Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 11, 2023
1 parent 581634e commit ee1f510
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/Image/tailwindcss-logotype-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions .github/Image/tailwindcss-logotype.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# [AstroStarterTemplate] 📄

Starter template for AstroJS.
A simple skeleton with TailwindCSS, PostCSS.

<table>
<tr>
<td>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Playform/AstroStarterTemplate/main/.github/Image/tailwindcss-logotype-white.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Playform/AstroStarterTemplate/main/.github/Image/tailwindcss-logotype.svg">
<img alt="Astro" src="https://raw.githubusercontent.com/Playform/AstroStarterTemplate/main/.github/Image/tailwindcss-logotype.svg">
</picture>
</td>
</tr>
</table>

[AstroStarterTemplate]: https://npmjs.org/astro-starter-template
3 changes: 0 additions & 3 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ export default (await import("astro/config")).defineConfig({
// TODO Place your site URL here
// site: "",
compressHTML: true,
experimental: {
devOverlay: true,
},
integrations: [
import.meta.env.MODE === "production"
? (await import("astrojs-service-worker")).default()
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description": "📄 Starter template for AstroJS.",
"keywords": [
"astro",
"starter"
"starter",
"skeleton"
],
"homepage": "https://github.com/Playform/AstroStarterTemplate#readme",
"bugs": {
Expand Down

0 comments on commit ee1f510

Please sign in to comment.