GithubHelp home page GithubHelp logo

runteq_curriculum_advanced's Introduction

Blog

ブログシステム

Ruby version

  • See .ruby-version.

Rails version

  • See Gemfile.

System dependencies

  • SQLite3
  • Redis
  • Node.js = 15.14.0
  • Yarn >= 0.20.1

Project initiation

  • Gemのインストール
$ bundle install --path vendor/bundle
  • npmのインストール
$ yarn install

Configuration

ファイルの中身はご自身の環境に合わせて適宜変更してください

  • データベースの設定
$ cp config/database.yml.default config/database.yml
  • 環境変数の設定
$ cp .env.default .env

Database creation

$ bundle exec rails db:setup

Database initialization

$ bundle exec rails db:seed_fu

Run rails server

$ bundle exec rails server

Webpacker

JavaScriptのコンパイル

$ ./bin/webpack

サーバーの起動

$ ./bin/webpack-dev-server
$ spring rspec spec/[対象ファイル]

Development controller

Force login

  • See app/controllers/development/sessions_controller.rb
/login_as/[user_id]

runteq_curriculum_advanced's People

Contributors

39takagikouta avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.