Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 539 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 539 Bytes

Strapi/NextJS CSS Tricks

This is a basic approximation of the CSS-Tricks website written in NextJS with a Strapi backend. Feel free to fork and clone, add features, and make it your own!

To run on your machine

  1. Fork & clone this repo
  2. Install dependencies
  3. npm run dev (This uses Concurrently to start the Strapi server on localhost:1337 and the NextJS app on localhost:3000)

To update backend

Go to localhost:1337/admin and make an admin account. Use the admin panel to update, change, and/or add to the data structure.