LastContinue / illumicon

Next.js demo/fun project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are You Ready for Illumicon?

Pikachu suitcase with wheels on the bottom

This is a little demo application to play around with Next.js, Typescript, Strapi, RabbitMQ and Tailwind.

Getting Started

  1. nvm use (or I use fpm personally) to get on the right Node version
  2. npm install or yarn install (I kinda jumped back and forth throughout dev depending on whether or not I was getting engine complaints)
  3. Strapi needs to be running and you'll need it setup like...
    1. Create an api token created.
    2. You'll need an island type, with the plural of islands that has just name (text) and type (text) as the propeties
    3. You'll also need a marketing-copy single that is just one rich text field called copy
  4. Have RabbitMQ running
  5. copy env.local.example over to .env and fill out the details (with stuff from the preveious steps)
  6. npm start or yarn start will run the instance, however, it is setup to work with ssg so npm build or yarn build will also Make a static site

About

Next.js demo/fun project


Languages

Language:TypeScript 87.9%Language:JavaScript 9.4%Language:Dockerfile 1.6%Language:CSS 1.1%