Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
idmken committed Sep 7, 2023
1 parent 39828cd commit 4599faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ node_modules
*.code-workspace
.idea
.ds_store
dockerfile
dockerfile
docker-compose.yml
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,6 @@ For information on how to contribute to the site, visit the Contribute page [her

Direct changes and line edits to the content may be submitted by clicking 'Edit this page'. You do not need to install any software to submit content. You can use GitHub's in-browser editor to edit files and submit a request for your changes to be merged.

### Running the locally application
With locally installed node and ruby
```
$ npm install
$ bundle install
$ npm start
```

OR

`$ bundle exec jekyll serve`

To build but not serve the site, run

`npm run build or bundle exec jekyll build`

### With Docker
```
$ docker-compose run node npm install
$ docker-compose build
$ docker-compose up
```
To build but not serve the site, run:

`docker-compose run ruby bundle exec jekyll build`

## Public domain

This project is in the worldwide [public domain](/_pages/license.md/).
Expand Down

0 comments on commit 4599faa

Please sign in to comment.