An open API service indexing awesome lists of open source software.

https://github.com/nickcolley/design-of-forms

The Design of Forms in Government Departments
https://github.com/nickcolley/design-of-forms

Last synced: about 1 year ago
JSON representation

The Design of Forms in Government Departments

Awesome Lists containing this project

README

          

# The Design of Forms in Government Departments

[![Netlify Status](https://api.netlify.com/api/v1/badges/ee633230-2623-4132-8240-c6aae7b4b132/deploy-status)](https://app.netlify.com/sites/design-of-forms/deploys) [![Repository CI Status](https://github.com/nickcolley/design-of-forms/workflows/ci/badge.svg)](https://github.com/nickcolley/design-of-forms/actions?query=workflow%3Aci)

## Running the project locally on your machine

You'll need Git and Node.js installed.

If you don't have Node.js, try [installing Node Version Manager (NVM)](https://github.com/nvm-sh/nvm#install--update-script) before following the next steps.

### 1. [Fork the project](https://docs.github.com/en/free-pro-team@latest/github/getting-started-with-github/fork-a-repo)

### 2. Clone your forked project

```bash
git clone git@github.com:your-username-here/design-of-forms.git
```

### 3. Navigate to the project

```bash
cd design-of-forms
```

### 4. Install Node.js using nvm (optional)

```
nvm use
```

### 5. Install dependencies

```
npm install
```

### 6. Run the site

```
npm start
```