Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiddentao/hiddentao.com
HiddenTao website
https://github.com/hiddentao/hiddentao.com
Last synced: 8 days ago
JSON representation
HiddenTao website
- Host: GitHub
- URL: https://github.com/hiddentao/hiddentao.com
- Owner: hiddentao
- License: mit
- Created: 2019-04-25T03:37:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T10:20:36.000Z (3 months ago)
- Last Synced: 2024-08-02T11:51:17.382Z (3 months ago)
- Language: JavaScript
- Homepage: https://hiddentao.com
- Size: 11.4 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hiddentao.com website
Live: https://hiddentao.com
## Development
_Note: pre-builds for `node-canvas` aren't available for arm64 MacOS, so you'll need to [build it yourself](https://github.com/Automattic/node-canvas/wiki/Installation%3A-Mac-OS-X)_
To start dev server:
```shell
export DATOCMS_API_TOKEN=...
npm start
```To just build:
```shell
npm run build
```## Deploy to production
```shell
npm run deploy
```