Skip to content

billqmao/ocfstatic

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 87.3%
  • JavaScript 6.3%
  • CSS 3.7%
  • HTML 1.3%
  • SCSS 0.9%
  • Makefile 0.3%
  • Dockerfile 0.2%