Skip to content

Added faq page. Still need to work on styling a little bit and add a … #1117

Added faq page. Still need to work on styling a little bit and add a …

Added faq page. Still need to work on styling a little bit and add a … #1117

Workflow file for this run

name: CI
'on':
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: |
npm install
- name: Run Prettier
run: |
npm run check