Skip to content

All the source code for 24cast.org, BPR's election prediction model for the 2024 general election.

License

Notifications You must be signed in to change notification settings

BPR-Data-Team/ElectionModel2024-site

Repository files navigation

24cast.org Website Repository

The complete collection of code underlying 24cast.org.

If you're looking for the codebase for our model, click here.

This site uses next.js and React. Our backend runs on AWS with DynamoDB.


How do I run a clone of this site on my system?summary>

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

If you're using GitHub pages to host your clone, you'll want to update next.config.js. Update the appropriate line with basePath: isProd ? "/<your subdirectory>" : "",

Learn More

To learn more about Next.js, take a look at the following resources:


License

Shield: CC BY-SA 4.0

24cast.org Website © 2024 by the Brown Political Review is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

CC BY-SA 4.0

About

All the source code for 24cast.org, BPR's election prediction model for the 2024 general election.

Topics

Resources

License

Stars

Watchers

Forks