Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery committed Jul 18, 2023
1 parent 2cf7cd8 commit 448e9bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Astro + Deno Template
# 🚀 Astro + 🦕 Deno Template

This sample project contains a recommended starting point for your Deno project
using Astro.

## Using this template
## 🛠️ Using this template

This template requires the Deno runtime to be installed on your computer. If you
haven't already, please
Expand Down Expand Up @@ -43,15 +43,15 @@ instead of Node.js.
The template project lightly modifies the base Astro project with some basic
CRUD operations to create additional resource links.

## Managing dependencies, integrations, and plugins
## 🔌 Managing dependencies, integrations, and plugins

We recommend **using npm to manage dependencies for this project**. Astro was
designed to be used with npm, and enhanced with plugins and other tools also
hosted on npm. Deno's Node/npm compatibility layer should be able to handle this
just fine. If you run into any compatibility issues,
[please let us know](https://github.com/denoland/deno/issues).

## Using Deno KV
## 🗝️ Using Deno KV

By default, the template project stores data in memory in a
[Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map).
Expand All @@ -65,7 +65,7 @@ to use `resources_kv.ts` instead of `resources.ts`. This will work for everyone
locally on recent versions of Deno, but will only work on Deno Deploy if you
have applied for and received access to the beta for KV.

## Caveats and limitations
## 🤔 Caveats and limitations

The Astro build process still runs your Deno code through Vite and esbuild to
generate your SSR site. This means that not all JavaScript and TypeScript
Expand All @@ -85,6 +85,6 @@ This template also uses a patched version of Astro's Deno SSR adapter in
[this pull request is merged](https://github.com/withastro/astro/pull/7687) and
`@astrojs/deno` is suitable for use!

## License
## 👩‍⚖️ License

MIT

0 comments on commit 448e9bb

Please sign in to comment.