Skip to content

omob/deevcorp-website-template

Repository files navigation

DeevCorp Digital Agency Website Template

DEEVCORP|SOFTWARE DEVELOPMENT COMPANY

Features

  • Responsive design
  • SEO Optimized with 100% score from LightHouse
  • Optimized Images

Tech

  • Gatsby JS - Static site generator for React Applications
  • React Js
  • Contentful [Content Management System]
  • GraphQL
  • Node.js

Installation

This template requires Node.js v10+ to run. Create a .env.development file at the root folder of the application and populate with CONTENTFUL_SPACEID and CONTENTFUL_ACCESS_TOKEN generated from Contentful. These fields are needed to run the application.

.env.development file
CONTENTFUL_SPACEID = ************
CONTENTFUL_ACCESS_TOKEN = ***************************

Install the dependencies and devDependencies and start the server.

cd deeevcorp-website-template
npm i
gatsby develop

For production environments...

npm install --production
NODE_ENV=production node app

Development

Want to contribute? Great!

License

Releases

No releases published

Packages

No packages published