Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 1.03 KB

File metadata and controls

32 lines (20 loc) · 1.03 KB

sbatch-generator-nuxt

Static Badge

⛔️ This repository has been archived, it's code is unmantained, and it's related webb application has been unpublished

🎥 You can see a video of what the site used to look like

🗄️ You can visit the Internet Archive for a snapshot of the site

About this project

This was a web application intended to provide users with a batch/slurm script to use in Oscar. the script was built using the answers to the user form. The application was never officially launched

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.