Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathankingston/deli-direct
https://github.com/jonathankingston/deli-direct
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathankingston/deli-direct
- Owner: jonathanKingston
- Created: 2020-03-25T13:36:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:47:29.000Z (about 2 years ago)
- Last Synced: 2024-04-17T02:07:33.125Z (9 months ago)
- Language: TypeScript
- Homepage: https://deli.direct
- Size: 833 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Deli Direct](https://deli.direct/)
To get started with building this site, follow the Install setup.
## Install
Ensure you have a latest copy of nodejs and run:
```
npm install
```To run the site, see Serve
## Init
Initialise the `dist/` directory with the github pages branch. This is used to deploy.
```
npm run init
```## Serve
Serve the site locally for testing.
```
npm run serve
```## Build
Build static files, moving a copy into `dist/`
```
npm run build
```## Publish
Adds all the changes in `dist/` and pushes to gh-pages which publishes the site
```
npm run publish
```