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
- Host: GitHub
- URL: https://github.com/nickcolley/design-of-forms
- Owner: NickColley
- License: mit
- Created: 2020-04-15T20:14:37.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T21:57:53.000Z (over 3 years ago)
- Last Synced: 2025-05-07T12:11:54.143Z (about 1 year ago)
- Language: CSS
- Homepage: https://design-of-forms.online
- Size: 118 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# The Design of Forms in Government Departments
[](https://app.netlify.com/sites/design-of-forms/deploys) [](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
```