strellic / ocfstatic

A static redesign of the main ocf website

Home Page:https://new.ocf.berkeley.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCF Static

A new website for the OCF.

Development

# Getting set up
$ npm install
# Run dev server
$ npm run develop
# Build
$ npm run build
# Lint
$ npm run lint
# View GraphQL schema
$ npm run explore

How to contribute

Take a look at the issues, and take your pick!

I would recommend getting familiar with the Bulma styles included in the project, to reuse them and write as little custom css as possible.

Possible pitfalls

Remember, you are writing server side rendered code. Don't use Vue hooks like created, instead use mounted to operate on the client side. Read https://vuepress.vuejs.org/guide/using-vue.html#browser-api-access-restrictions

About

A static redesign of the main ocf website

https://new.ocf.berkeley.edu/


Languages

Language:Vue 78.3%Language:SCSS 12.9%Language:JavaScript 6.7%Language:HTML 1.5%Language:Makefile 0.3%Language:Dockerfile 0.3%