World of Jackson is an interactive feature, accessed on its own and from the Dual Power Map, that explores Cooperation Jackson's mission to build a Solidarity Economy in West Jackson, its active projects, immediate challenges & needs, and long-term vision for Jackson, MS, and the broader region.
- A 3D map, with:
- An accurate representation of Jackson, Mississippi
- Points of interest that can be focused
- An overview of Cooperation Jackson that presents:
- What is a dual power project?
- The mission and purpose of CJ's project
- The four institutions the project will establish
- The material conditions surrounding the project, and their present challenges as an organization with limited capacity
- Cooperatives and other relevant institutions in Jackson, Mississipi (& triggering focus on the map)
- A timeline of events, with:
- The history preceding & precipitating Cooperation Jackson (& triggering focus on the map)
- Updates posted by members of Cooperation Jackson (& triggering focus on the map)
Make sure you read the contributor guidelines before you move on. If you're new to open-source or you're still not sure how to start contributing, we now have a beginner's guide.
- Check out the
devbranch:git checkout dev
- Create a new branch:
git checkout -b feature/my-cool-thing
- Install dependencies:
yarn
yarn dev-remoteThis will use the dev API hosted at https://world-of-jackson-git-dev.blacksocialists.now.sh/api
yarn storybookTo make changes to the API, you'll first need to create your own Vercel project:
- Configure your Vercel project
- Create an account
- Create a project
- In the general settings, add the following environment variables:
- Production environment:
CONTENTFUL_CONTENT_DELIVERY_API_TOKEN:u2t0rmxih-X9gkSpY_95PZJVa24-ufFSK4iVfPxPDhoCONTENTFUL_ENVIRONMENT:masterCONTENTFUL_SPACE_ID:7zzvnrgo4q2e
- Preview & development environments
CONTENTFUL_CONTENT_DELIVERY_API_TOKEN:YxKrxYCp3AdRcB4wRjFS_tIT49DyByCqyogZ-K-kJmECONTENTFUL_ENVIRONMENT:devCONTENTFUL_SPACE_ID:7zzvnrgo4q2e
- Production environment:
- Configure your local environment
- Install
nowglobally:yarn global add now
- Link your local repo to your Vercel project:
now
- Pull your environment variables:
now env pull
- Install
now dev