https://github.com/uki00a/deno-weekly
🦕
https://github.com/uki00a/deno-weekly
Last synced: 6 months ago
JSON representation
🦕
- Host: GitHub
- URL: https://github.com/uki00a/deno-weekly
- Owner: uki00a
- License: mit
- Created: 2021-01-03T03:10:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T12:04:14.000Z (12 months ago)
- Last Synced: 2025-04-20T12:37:11.607Z (12 months ago)
- Language: Makefile
- Homepage: https://uki00a.github.io/deno-weekly
- Size: 22.9 MB
- Stars: 29
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: 週刊Deno
toc: null
---
# 週刊Deno
## 必要なもの
- Hugo
## テーマのセットアップ
```shell
$ make theme
```
## devサーバの起動
```shell
$ make dev
```
## ビルド
```shell
$ make build
```