Skip to content

frontend-columbus/FrontEnd-Columbus

Repository files navigation

Screenshot of website

Hey there! This is the website for the Columbus based Front End developer community.

Netlify Status

V1 To-Do

  • Homepage
  • Dynamic homepage CTAs
  • Event listing page
  • Event details page
  • Job post list
  • Job details page
  • Discord signup link
  • CFP form
  • PR documentation and templates for job postings & events

Adding job postings

To submit a job posting, please create a Markdown file in /content/jobs with the details of position. See other job postings as an example. Create a pull request to have the posting added to the website!

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 run start

# generate static project
$ npm run generate

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