https://github.com/sandialabs/sandialabs.github.io
https://github.com/sandialabs/sandialabs.github.io
system-software
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sandialabs/sandialabs.github.io
- Owner: sandialabs
- License: mit
- Created: 2020-12-02T16:26:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-26T07:49:19.000Z (28 days ago)
- Last Synced: 2025-04-26T08:32:20.156Z (28 days ago)
- Topics: system-software
- Language: JavaScript
- Homepage: https://software.sandia.gov
- Size: 85.3 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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