Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / test / project_deno / README.md
512 B 20 lines
1<!-- 2 SPDX-License-Identifier: Apache-2.0 3 SPDX-FileCopyrightText: 2021 The Gleam contributors 4--> 5 6# Project 7 8A test Gleam project using the Deno runtime. 9 10It covers these features: 11 12- Deno runtime specific configuration, including 13 - `location` - used to configure [`--location`](https://docs.deno.com/runtime/manual/runtime/location_api) flag which sets the [`location`](https://developer.mozilla.org/en-US/docs/Web/API/Window/location) global from the web. 14 15## Quick start 16 17```sh 18gleam run 19gleam test 20```