This is a Next.js project bootstrapped with create-next-app
.
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!
The image below illustrates what technologies work together in harmony to provide a platform for solutions journalism content @ NYMIsojo.com.
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.