Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yamanoku/document-page-template

Template for making a document page from a yamanoku presentation.
https://github.com/yamanoku/document-page-template

11ty 11ty-template template

Last synced: 5 days ago
JSON representation

Template for making a document page from a yamanoku presentation.

Awesome Lists containing this project

README

        

# document-page-template

Template for making a document page from a @yamanoku presentation.

## Install
```bash
npm ci
```

## Dev Server
```bash
npm run serve
```

### Japanese Page
```bash
http://localhost:8081/ja/
```

### English Page
```bash
http://localhost:8081/en/
```

## Build
```bash
npm run build
```

## Deploy
```bash
npm run deploy
```

## License

[MIT](./LICENSE)