Skip to content

scratcher007lakshya/website-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGWire Website Sources

Development

Setup

You should Clone this repository then install dependencies:

npm i

Build

To run the build properly you will need at least Node.js v4.0.

npm run build

The result will be stored in a folder named build.

How to start the development server

npm run dev

This command will run:

  • a web server that serves your static built files on the 3000 port.
  • a watcher that will rebuild your files and update your locale keys eacht time you change something.

Locales: -

We use JSON key-value files to store all the locales. These files are located inside the src/locales folder.

Extra information: -

  • The build engine of the website is based on Metalsmith (a static website generator).
  • The templates are written with Handlebars.
  • Stylesheets are written with Stylus

Credits:-

Icons is from iconfinder.com

Thank You And have a nice day!

Releases

No releases published

Packages

No packages published

Languages

  • Handlebars 66.8%
  • Stylus 11.8%
  • CSS 11.6%
  • HTML 7.7%
  • JavaScript 2.1%