/fig-web

website files for fig.js docs

Primary LanguageHTML

Website for fig.js - https://fig.nikerino.com

running

# deps
npm install

# build all the things
npm run build

# start the server
node server.js

# during development it is also useful to use the watcher scripts
# for maximum convenience
npm run js:watch
npm run sass:watch

license

MIT

related

  • fig.js - experimental front-end ui framework
  • figify - fig.js browserify transform
  • fig-compiler - fig.js component compiler