A community project. A website for jobs and job seekers.
This app was built with Gatsby.js, and bootstrapped with gatsby-starter-typescript-plus.
Check out the package.json file to see a list of depedencies.
Here's a partial list:
- TypeScript
- ESLint (with custom ESLint rules)
- Markdown rendering with Remark
- Styling with emotion
- GH-pages for deployment/hosting
- A small hand-rolled library for fetching data from Google Sheets
Requirements:
- Node -- We've tested with v12 and v13, anything >= v6 should work.
- Yarn -- You may use NPM, but it's not tested
Install dependencies:
yarn install
Develop:
yarn dev
Build:
yarn build
Deploy:
yarn deploy
Build and deploy:
yarn build:deploy
Clean cache
yarn clean-cache
Clean artifacts
yarn clean
-
Can I use this for my city? Yes!
-
What license are you using? MIT
Built with Gatsby - the blazing-fast static site generator for React.
Bootstrapped using gatsby-starter-typescript-plus.