Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgp1130/dwac
Personal website for https://github.com/dgp1130/
https://github.com/dgp1130/dwac
Last synced: about 2 months ago
JSON representation
Personal website for https://github.com/dgp1130/
- Host: GitHub
- URL: https://github.com/dgp1130/dwac
- Owner: dgp1130
- Created: 2020-10-25T22:12:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-25T22:38:43.000Z (over 4 years ago)
- Last Synced: 2024-10-05T07:41:07.079Z (4 months ago)
- Homepage: https://dwac.dev/
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devel without a Cause
[![Netlify Status](https://api.netlify.com/api/v1/badges/5e6d16da-9fcd-435b-ac5f-512e28de03ef/deploy-status)](https://app.netlify.com/sites/dwac/deploys)
This repo hosts the root https://dwac.dev/ domain. Currently this is just a
redirect to https://blog.dwac.dev/. In the future, if other subdomains are used,
this may redirect to https://www.dwac.dev/ which may provide a top-level home
page for all resources hosted on `*.dwac.dev`.## Deployments
Run `npm run deploy-test ${someAlias}` to deploy a test instance to
`${someAlias}--dwac.netlify.app`.Run `npm run deploy-prod` to deploy to prod.
Either may ask to login and confirm the site being deployed to. Use the site ID
from [Netlify](https://app.netlify.com/sites/dwac/overview) if necessary.