当前位置: 首页 > 软件库 > Web应用开发 > >

privacyguides.org

授权协议 CC0-1.0 License
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 宋飞掣
操作系统 未知
开源组织
适用人群 未知
 软件概览

Your central privacy and security resource to protect yourself online.

Developing

  1. Install the version of Ruby currently specified by .ruby-version
    • With rbenv (recommended!): rbenv install
    • With RVM: rvm install "ruby-$(cat .ruby-version)"
    • Manually
  2. Install node.js and npm
  3. Install Bundler v2.2.5:
    • gem install bundler:2.2.5
  4. Install the required dependencies:
    • bundle install
    • npm install
  5. Build the website (the output can be found in the _site directory):
    • npm run build
  6. Serve the website locally with live reloading:
    • npm run serve

相关阅读

相关文章

相关问答

相关文档