All Projects → wearebraid → be.camp

wearebraid / be.camp

Licence: Unlicense License
Open source website for the beCamp unconference in Charlottesville, VA

Programming Languages

HTML
75241 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to be.camp

Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+56843.75%)
Mutual labels:  headless, nuxt
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (+168.75%)
Mutual labels:  headless, nuxt
nuxt-ghost
Easy Ghost content API integration with Nuxt.js.
Stars: ✭ 27 (+68.75%)
Mutual labels:  headless, nuxt
deved-platform
Nuxt.js for the new Vonage Developer Education site.
Stars: ✭ 15 (-6.25%)
Mutual labels:  nuxt
nuxt-handson
Nuxt.js Hands-On
Stars: ✭ 24 (+50%)
Mutual labels:  nuxt
nuxt-i18n-boilerplate
A boilerplate for rapid application development using Nuxt i18n.
Stars: ✭ 20 (+25%)
Mutual labels:  nuxt
blog-frontend
Frontend of blog created using: GraphQL (Apollo) + Vue + Nuxt.js + TypeScript + Vuetify...
Stars: ✭ 43 (+168.75%)
Mutual labels:  nuxt
TriTan-CMS
TriTan CMS is a developer centric content management framework that allows you to go completely headless or nearly headless. With the mighty TriTan, you can build amazing RESTful applications and robust websites.
Stars: ✭ 19 (+18.75%)
Mutual labels:  headless
blog3.0
博客V3.0 目前使用的技术(Nuxtjs + Nestjs + Vue + Element ui + vuetify),存储(MongoDB + Redis + COS)
Stars: ✭ 37 (+131.25%)
Mutual labels:  nuxt
devevents-web
🦄 An awesome Vue.js front-end for dev.events.
Stars: ✭ 35 (+118.75%)
Mutual labels:  conference
hacktoberfest-checker
Decoupled web application using Nuxt and Netlify Functions to create a way for folks to check whether a public repository is eligible and/or taking part in Hacktoberfest
Stars: ✭ 16 (+0%)
Mutual labels:  nuxt
date-fns-module
Modern JavaScript date utility library - date-fns for Nuxt.js
Stars: ✭ 68 (+325%)
Mutual labels:  nuxt
nuxt-on-lambda
Nuxt.jsをAWS Lambdaで動かす
Stars: ✭ 78 (+387.5%)
Mutual labels:  nuxt
yamlful
YAML-based HTTP client code generation
Stars: ✭ 77 (+381.25%)
Mutual labels:  nuxt
example-node-and-browser-qunit-ci
Example project with continuous integration for linting and cross-browser testing of isomorphic JavaScript.
Stars: ✭ 18 (+12.5%)
Mutual labels:  headless
plasmic
Visual page builder and web design tool for any website or web app tech stack
Stars: ✭ 1,475 (+9118.75%)
Mutual labels:  headless
DRL in CV Papers
Research publications in Computer Vision Journals and Conferences (and arxiv) using RL.Visit Website:
Stars: ✭ 31 (+93.75%)
Mutual labels:  conference
asterisk
Scripts for asterisk
Stars: ✭ 14 (-12.5%)
Mutual labels:  conference
element-plus-nuxt-starter
🌰 WIP! A starter example for element-plus with Nuxt 3.
Stars: ✭ 44 (+175%)
Mutual labels:  nuxt
cm
Configuration management for all VOC systems
Stars: ✭ 17 (+6.25%)
Mutual labels:  conference

be.Camp

Open source website for https://be.camp.

Pull requests and issue reports are welcomed.

beCamp is a Charlottesville tech conference planned by the people who show up. On the evening prior to the conference, attendees socialize over food and drink, nominate topics they would like to present on or see discussed during the conference, and then cast their votes. You don't need to be an expert in a subject to suggest it for discussion! After topics have been voted on, volunteers (this could be you) dive in and arrange the schedule for the day of the conference.

You can learn more about the Unconference movement here.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static copy of project
$ npm run generate:local

Note that npm run dev hosts on 0.0.0.0. Edit HOST in package.json to adjust this behavior (e.g. to 127.0.0.1).

3rd-Party APIs

This iteration of the beCamp website pulls data from ButterCMS and Airtable to populate site content. For API access, you can message @andrew in the #becamp channel on Cville Slack.

To connect to the APIs, you will need to create a now-secrets.json file in the project root directory and add the API keys in the following format:

{
  "@becamp-butter-cms-key": "your_api_key",
  "@becamp-airtable-key": "your_api_key"
}

never commit your API keys to the project history. the now-secrets.json file is gitignored by default.

Docs

This project is built on Nuxt.js, an opinionated framework for building with Vue.js. For a detailed explanation on how things work, checkout the Nuxt.js docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].