Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 504 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 504 Bytes

Nervos CITA Server

Build Status

provide data server for Nervos CITA website

Packages

- imagemagick
- postgresql 9.4 and above

Initial Project

touch .env.local # read .env config database, mail and so on

rails db:create

rails db:migrate

Running Test

rails test

Run Project

rails s
./bin/webpack-dev-server