You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stéphane Meny
b3195bacda
|
2 years ago | |
---|---|---|
.github/workflows | 2 years ago | |
app | 2 years ago | |
bin | 3 years ago | |
config | 2 years ago | |
db | 2 years ago | |
docs | 2 years ago | |
lib | 2 years ago | |
log | 3 years ago | |
public | 3 years ago | |
spec | 2 years ago | |
storage | 3 years ago | |
tmp | 3 years ago | |
vendor | 3 years ago | |
.cfignore | 2 years ago | |
.dockerignore | 2 years ago | |
.editorconfig | 3 years ago | |
.env.example | 2 years ago | |
.erb-lint.yml | 3 years ago | |
.gitignore | 2 years ago | |
.nvmrc | 3 years ago | |
.overcommit.yml | 3 years ago | |
.rspec | 3 years ago | |
.rubocop.yml | 3 years ago | |
.ruby-version | 2 years ago | |
Dockerfile | 2 years ago | |
Dockerfile_dev | 2 years ago | |
Gemfile | 2 years ago | |
Gemfile.lock | 2 years ago | |
LICENSE | 3 years ago | |
Procfile.dev | 3 years ago | |
README.md | 2 years ago | |
Rakefile | 3 years ago | |
babel.config.js | 2 years ago | |
config.ru | 3 years ago | |
docker-compose.yml | 3 years ago | |
manifest.yml | 3 years ago | |
package.json | 2 years ago | |
postcss.config.js | 3 years ago | |
webpack.config.js | 2 years ago | |
yarn.lock | 2 years ago |
README.md
Submit social housing lettings and sales data (CORE)
Ruby on Rails app that handles the submission of lettings and sales of social housing data in England. Currently in private beta.
Domain documentation
Running documentation locally
The documentation website can be generated and served locally using Jekyll.
-
Change into the
/docs/
directory:
cd docs
-
Install Jekyll and its dependencies:
bundle install
-
Start the Jekyll server:
bundle exec jekyll serve
-
View the website:
http://localhost:4000