https://github.com/tmpfs/osteothai
Osteothai School Static Website
https://github.com/tmpfs/osteothai
Last synced: 4 months ago
JSON representation
Osteothai School Static Website
- Host: GitHub
- URL: https://github.com/tmpfs/osteothai
- Owner: tmpfs
- Created: 2019-04-24T02:31:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T15:15:36.000Z (about 5 years ago)
- Last Synced: 2025-01-05T02:12:16.244Z (6 months ago)
- Language: HTML
- Size: 63.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Osteothai
Static website for the Osteothai School.
---
- [Developer](#developer)
- [Site](#site)
- [Readme](#readme)
- [Lint](#lint)
- [Deploy](#deploy)
- [License](#license)---
## Developer
Install dependencies (`yarn install`) and the mkdoc tools globally (`yarn global add mkdoc`) then you can see the available tasks with `mk --tasks`. You also need [makestatic][] installed globally.
### Site
Build the static website:
```shell
makestatic
```Build and serve the website with:
```shell
makestatic -w
```### Readme
Build [README.md](https://github.com/tmpfs/osteothai-school/blob/master/README.md):
```shell
mk readme
```### Lint
Lint the javascript source:
```shell
npm run lint
```### Deploy
```shell
makestatic --clean --env stage --provider s3
makestatic --clean --env production --provider s3
```## License
MIT
---
Created by [mkdoc](https://github.com/mkdoc/mkdoc) on April 21, 2019
[browsersync]: http://browsersync.io
[makestatic]: https://makestatic.ws