Skip to content

Commit

Permalink
docs: reference docs in readme, and fix link colors on website (denol…
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc authored May 16, 2022
1 parent 2f05381 commit ee7586e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ the framework.
- TypeScript out of the box
- File-system routing à la Next.js

## Documentation

The [documentation](https://fresh.deno.dev/docs/) is available on
[fresh.deno.dev](https://fresh.deno.dev/).

## Install

To install, run the following command. This will add `fresh` CLI to your PATH.
Expand Down Expand Up @@ -53,4 +58,5 @@ project to GitHub, create a `fresh` project, and link it to `main.ts` file in
the created repository.

For a more in-depth getting started guide, visit the
[Getting Started](./docs/getting-started.md) page in the `fresh` docs.
[Getting Started](https://fresh.deno.dev/docs/getting-started) page in the
`fresh` docs.
1 change: 1 addition & 0 deletions www/client_deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import * as colors from "https://esm.sh/[email protected]/colors";
export { apply, setup, tw };
export const theme = {
colors: {
blue: colors.blue,
black: colors.black,
gray: colors.gray,
green: colors.green,
Expand Down

0 comments on commit ee7586e

Please sign in to comment.