Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewlaskey/remote-job-board
A JAMstack job board made with Vue, Nuxt, Firebase, and Netlify
https://github.com/andrewlaskey/remote-job-board
Last synced: 19 days ago
JSON representation
A JAMstack job board made with Vue, Nuxt, Firebase, and Netlify
- Host: GitHub
- URL: https://github.com/andrewlaskey/remote-job-board
- Owner: andrewlaskey
- Created: 2019-01-19T02:53:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:32:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-24T06:01:32.600Z (over 1 year ago)
- Language: Vue
- Size: 1.08 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remote-job-board
> JAMstack job board
## Build Setup
``` bash
# 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 project
$ npm run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).