We provide cool swags and t-shirts!
- Install
gatsby-cli
$ npm install --global gatsby-cli
- Clone project
$ git clone https://github.com/mlsaito/eyestee.git
- Install dependencies
$ npm install
- Run on Local
$ gatsby develop
We deploy via gcloud
CLI Tool.
Also handy for reconfiguration, creation, or switching between GAE apps.
- Install and initialize
gcloud
CLI tool.
$ brew tap caskroom/cask
$ brew cask install google-cloud-sdk
- Initialize CLI tool. Just follow through the steps.
$ gcloud init
- Enable billing for newly created Google App Engine app
Visit console directly or click:
https://console.developers.google.com/project/{project_name}/settings
Don't forget to replace {project_name} with your project name.
This project is currently deployed at Google App Engine
.
This also assumes that you have already setup gcloud
CLI tool (previous section).
- Clone project
$ git clone https://github.com/mlsaito/eyestee.git
- Create a GatsbyJS production build
$ gatsby build
- Deploy to
Google App Engine
using gcloud CLI tool
$ gcloud app deploy
You can view logs by executing:
$ gcloud app logs tail -s default
app.yaml
- Used byGoogle App Engine
to map routes to static files. (Documentation here).gcloud init
- Command to reconfigure, create, or switch betweenGoogle App Engine
projects.- This project uses a
python
runtime to serve static files, which is under Google'salways-free-tier
. Google App Engine
now offers free, auto-renewing SSL ceritificates for custom domains!
Thanks for the theme, HTML5 UP.