Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/washingtonpost/fastfec_website
Website for the FastFEC project
https://github.com/washingtonpost/fastfec_website
Last synced: 5 days ago
JSON representation
Website for the FastFEC project
- Host: GitHub
- URL: https://github.com/washingtonpost/fastfec_website
- Owner: washingtonpost
- Created: 2022-02-28T15:08:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T15:56:39.000Z (8 months ago)
- Last Synced: 2024-04-15T09:14:30.899Z (7 months ago)
- Language: TypeScript
- Homepage: https://washingtonpost.com/fastfec
- Size: 1.26 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastFEC Website
The website for the [FastFEC](https://github.com/washingtonpost/FastFEC) project.
## Local development
After installing the dependencies (ensuring you're using Node v16 or above), run the development server at http://localhost:3000/fastfec via
```sh
npm run dev
```Note that the website is served at a non-root path (`/fastfec`) to ensure [washingtonpost.com/fastfec](https://www.washingtonpost.com/fastfec/) works.
To build a static production version of the website in the `build/` folder:
```sh
npm run build
```