kristenzirkler / ohs-nrx-tw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nrx

Requirements

Get started

  • bundle install to install Ruby gems
  • npm ci to install npm packages listed in package-lock.json
  • npm run start or npm run dev to compile the site with development settings and run BrowserSync

Build your site

  • npm run build:dev to compile the site with development settings
  • npm run build:production or npm run build to compile the site for production

Deploy

Deploy to Netlify

Note: By default, Netlify uses jekyll build as the build command. The included netlify.toml file will override it to use npm run build.

About

License:MIT License


Languages

Language:HTML 59.5%Language:JavaScript 29.9%Language:CSS 10.1%Language:Ruby 0.4%