From afafc33bba4601445ed84c79a3e4cb9941fe8f71 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+lucidkobold@users.noreply.github.com> Date: Mon, 9 Aug 2021 15:18:58 -0500 Subject: [PATCH 1/4] Fix syntax --- .github/workflows/node.js.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index be81626..069c82d 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,9 +18,8 @@ jobs: matrix: node-version: [12.x, 14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2 - uses: borales/actions-yarn@v2.3.0 with: cmd: install # will run `yarn install` command From e6739ff574d2553daa0b12db8d2ffcbe75668525 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+lucidkobold@users.noreply.github.com> Date: Mon, 9 Aug 2021 15:20:26 -0500 Subject: [PATCH 2/4] Fix runs on --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 069c82d..5811bdc 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: [ ubuntu-18.04, ubuntu-latest ] + runs-on: ubuntu-18.04 strategy: matrix: From ade263d737b67634c1320b21f06fc688c1844167 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+lucidkobold@users.noreply.github.com> Date: Mon, 9 Aug 2021 15:21:39 -0500 Subject: [PATCH 3/4] Fixed readme --- README.md | 49 +++---------------------------------------------- 1 file changed, 3 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 3cb3ae3..eaf74c2 100644 --- a/README.md +++ b/README.md @@ -1,47 +1,4 @@ -# TypeScript Next.js example +# Lucid Creations Media Website +The new and improved Lucid Creations Media wesbite. Built with typescript on Next.js using GraphQL, Apollo, and Prisma ORM. -This is a really simple project that shows the usage of Next.js with TypeScript. - -## Preview - -Preview the example live on [StackBlitz](http://stackblitz.com/): - -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-typescript) - -## Deploy your own - -Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example): - -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-typescript&project-name=with-typescript&repository-name=with-typescript) - -## How to use it? - -Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example: - -```bash -npx create-next-app --example with-typescript with-typescript-app -# or -yarn create next-app --example with-typescript with-typescript-app -``` - -Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)). - -## Notes - -This example shows how to integrate the TypeScript type system into Next.js. Since TypeScript is supported out of the box with Next.js, all we have to do is to install TypeScript. - -``` -npm install --save-dev typescript -``` - -To enable TypeScript's features, we install the type declarations for React and Node. - -``` -npm install --save-dev @types/react @types/react-dom @types/node -``` - -When we run `next dev` the next time, Next.js will start looking for any `.ts` or `.tsx` files in our project and builds it. It even automatically creates a `tsconfig.json` file for our project with the recommended settings. - -Next.js has built-in TypeScript declarations, so we'll get autocompletion for Next.js' modules straight away. - -A `type-check` script is also added to `package.json`, which runs TypeScript's `tsc` CLI in `noEmit` mode to run type-checking separately. You can then include this, for example, in your `test` scripts. +[![Node.js CI](https://github.com/lucid-creations-media/lucid-creations-wesbite/actions/workflows/node.js.yml/badge.svg)](https://github.com/lucid-creations-media/lucid-creations-wesbite/actions/workflows/node.js.yml) From 7fdd5e34378a8f950c66d18b0e98d6b106e5f9f4 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+lucidkobold@users.noreply.github.com> Date: Mon, 9 Aug 2021 15:23:58 -0500 Subject: [PATCH 4/4] Added proper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eaf74c2..c204302 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Lucid Creations Media Website The new and improved Lucid Creations Media wesbite. Built with typescript on Next.js using GraphQL, Apollo, and Prisma ORM. -[![Node.js CI](https://github.com/lucid-creations-media/lucid-creations-wesbite/actions/workflows/node.js.yml/badge.svg)](https://github.com/lucid-creations-media/lucid-creations-wesbite/actions/workflows/node.js.yml) +[![Node.js CI](https://github.com/lucid-creations-media/lucid-creations-wesbite/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/lucid-creations-media/lucid-creations-wesbite/actions/workflows/node.js.yml)