Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.11 KB

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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/front-2.git

Step 2: Install dependencies

npm install
# or
yarn

Step 3: Run the development server.

npm run dev
# or
yarn dev

Step 4: Visit the site @ http://localhost:3000!

Learn More

Architecture

The image below illustrates what technologies work together in harmony to provide a platform for solutions journalism content @ NYMIsojo.com.

NY & MI SOJO Architecture

Next.js

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