Where the idea originated from post
- Background image that represents 757dev community
- FAQ to help answer questions that occur frequently
- Easy to access slack invite link
- Code of conduct
- List of major events
- Pull weekly events from RSS feed (requires subscription to use Meetup API)
- Need permission from organizers to use meetup logos
Using this as inspiration bootstrap-agency. If anyone has better idea for design I'm open to it. Using bootstrap vue for UI framework bootstrap-vue.
colorscheme:
- loafer: #EDF5E1;
- algae-green: #8EE4AF;
- pastel-green: #5CDB95;
- lochinvar: #379683;
- catalina-blue: #05386B;
# install dependencies
$ npm run 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.