Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaynetdinov/website
Source of absinthe-graphql.org
https://github.com/gaynetdinov/website
Last synced: 12 days ago
JSON representation
Source of absinthe-graphql.org
- Host: GitHub
- URL: https://github.com/gaynetdinov/website
- Owner: gaynetdinov
- Created: 2016-03-30T09:32:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T17:44:03.000Z (about 4 years ago)
- Last Synced: 2024-10-11T20:17:56.461Z (3 months ago)
- Language: CSS
- Homepage: http://absinthe-graphql.org/
- Size: 297 KB
- Stars: 1
- Watchers: 1
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## Install
```
bundle install
npm install
```## Developing
```
gulp
```## Publishing
### Setting it up
First, make sure your `output/` directory is gone:
```
rm -fR output
```Then, clone the publishing repository to `output/`:
```
git clone [email protected]:absinthe-graphql/absinthe-graphql.github.io.git output
```### Deploying changes
After running `gulp build` or `gulp serve` as usual, simply:
```
cd output
git commit -am "A nice commit message"
git push origin master
```Then, check out
http://absinthe-graphql.org/ ]( http://absinthe-graphql.org/ )
and make sure you haven't screwed anything up. :-)