deanslamajr / cranyons

Choose your own pic adventure SPA built with Next.js

Home Page:https://cranyons.dslama.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cranyons

This is the Next.js rewrite of the Angular.js app. The last v1 commit was ae628a5

Getting Started

First, make sure you have nvm installed and use it to switch to the expected version of Node.js:

nvm use

Note: if you're on a Windows system, you can't use nvm so switch to the correct version of manually (to find the expected version number, see .nvmrc)

Next, run the development server:

npm run dev

Finally, open http://localhost:3000 with your browser.

Next.js Docs

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Publishing (wip)

The following command will

  • generate a test version number (based off of commit sha)
  • build a docker image
  • tag the docker image with the test version number
npm run publish

Note: this script has a dependency on a local Docker cli instance that has been authenticated with the associated GCP Artifact Registry.

About

Choose your own pic adventure SPA built with Next.js

https://cranyons.dslama.net


Languages

Language:TypeScript 65.0%Language:Dockerfile 25.5%Language:CSS 6.5%Language:JavaScript 3.0%