https://github.com/uki00a/deno-weekly
🦕
https://github.com/uki00a/deno-weekly
Last synced: 17 days ago
JSON representation
🦕
- Host: GitHub
- URL: https://github.com/uki00a/deno-weekly
- Owner: uki00a
- License: mit
- Created: 2021-01-03T03:10:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T12:09:17.000Z (19 days ago)
- Last Synced: 2025-02-02T12:29:50.807Z (19 days ago)
- Language: Makefile
- Homepage: https://uki00a.github.io/deno-weekly
- Size: 21.2 MB
- Stars: 29
- Watchers: 3
- 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
```