An open API service indexing awesome lists of open source software.

https://github.com/sandialabs/sandialabs.github.io


https://github.com/sandialabs/sandialabs.github.io

system-software

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Sandia Software Catalog

Author: Wade Burgess and Miranda Mundt (forked from LLNL. Author Ian Lee: )

Welcome to the Sandia National Laboratories software portal! The purpose of this software portal is to serve as a hub for open source software that is produced by Sandia National Labs.

## Prerequisites

Before you begin, make sure you have working installs of Git, Ruby, and Bundler You will need these tools for development.

## Getting Started

To work locally, first clone into the repository:

```
git clone https://github.com/sandialabs/sandialabs.github.io.git
```

Make sure you are in the directory you just created by running `cd sandialabs.github.io` Then you can use `bundler` to install the Ruby dependencies (see the [Jekyll installation docs](https://jekyllrb.com/docs/installation/) for step-by-step guides to setting this up):

```
bundle install
```

Running this will install everything in your Gemfile (including Jekyll). Finally, run the development web server with:

```
bundle exec jekyll serve
```

Followed by opening in a web browser.

### Tips

The gems in your sourcefile get updated frequently. It is a good idea to occasionally run `bundle update` from within your project's root directory to make sure the software on your computer is up to date.

# Release

The code of this site is released under the MIT License. For more details see the
[LICENSE](LICENSE) File.

LLNL-CODE-705597
LLNL-WEB-680594