Skip to content

ABI-Software/sparc-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPARC WEB APPLICATION

This is the repository for the SPARC-Portal Web Application. The application is build using Nuxt.js and Vue.js.

It depends on the SPARC-API which can be found here

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

Important Note on Running Locally

Ensure that the following configuration variables are set in your environment prior to running (values can be obtained once you are given access to the sparc-portal developer apps on Heroku):

  • ALGOLIA_API_KEY
  • ALGOLIA_APP_ID
  • PENNSIEVE_API_HOST
  • PENNSIEVE_API_SECRET
  • PENNSIEVE_API_TOKEN
  • CTF_SPACE_ID
  • CTF_CDA_ACCESS_TOKEN
  • CTF_API_HOST
  • DEPLOY_ENV
  • PORTAL_API_HOST

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

About

Web Application for the SPARC Portal

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 84.7%
  • JavaScript 12.2%
  • TypeScript 2.3%
  • Other 0.8%