Skip to content

cineengine/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

215 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGWire Website Sources

Development

setup

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 come from iconfinder.com

About

Company website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.6%
  • CSS 17.6%
  • JavaScript 3.8%