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>" : "",
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
24cast.org Website © 2024 by the Brown Political Review is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.