Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carpages/gemini-boilerplate
Getting started with Gemini
https://github.com/carpages/gemini-boilerplate
gemini gemini-boilerplate javascript
Last synced: about 22 hours ago
JSON representation
Getting started with Gemini
- Host: GitHub
- URL: https://github.com/carpages/gemini-boilerplate
- Owner: carpages
- Created: 2014-10-17T23:51:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T15:54:18.000Z (over 7 years ago)
- Last Synced: 2024-04-15T00:05:38.242Z (9 months ago)
- Topics: gemini, gemini-boilerplate, javascript
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gemini Boilerplate
## Install
```
git clone https://github.com/carpages/gemini-boilerplate.git
npm i
bower i
```## Use
### Development
```
grunt
```### Production
```
grunt build
```