Pre-reqs:
- Code editor (VS code)
- node.js & npm installation (yarn is preffered as the package manager.
Step 1: Download/ clone repo.
git clone https://github.com/NY-MI-SOJO/back.git
Step 2: Install dependencies.
npm install
# or
yarn
Step 3: Run the development server.
npm run develop
# or
yarn develop
Step 4: Visit the site @ http://localhost:1337/admin!
The image below illustrates what technologies work together in harmony to provide a platform for solutions journalism content @ NYMIsojo.com.