Arya-f4 / angkatan-23

Home Page:https://angkatan-23-ti.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website angkatan 23 ceritanya

This is sample Next.js starter site that uses Agility CMS and aims to be a foundation for building fully static sites using Next.js and Agility CMS.

Tailwind CSS

This starter uses Tailwind CSS, a simple and lightweight utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.

TypeScript

This starter is written in TypeScript, with ESLint.

Getting Started

To start using the Agility CMS & Next.js Starter, for a FREE account and create a new Instance using the Blog Template.

  1. Clone this repository
  2. Run npm install or yarn install
  3. Rename the .env.local.example file to .env.local
  4. Retrieve your GUID, API Keys (Preview/Fetch), and Security Key from Agility CMS by going to

Running the Site Locally

Development Mode

When running your site in development mode, you will see the latest content in real-time from the CMS.

yarn

  1. yarn install
  2. yarn dev

This will launch the site in development mode, using your preview API key to pull in the latest content from Agility.

npm

  1. npm install
  2. npm run dev

Production Mode

When running your site in production mode, you will see the published content from Agility.

yarn

  1. yarn build
  2. yarn start

npm

  1. npm run build
  2. npm run start

Accessing Content

You can use the Agility Content Fetch SDK normally - either REST or GraphQL within server components.

Deploying Your Site

The easiest way to deploy a Next.js website to production is to use Vercel from the creators of Next.js, or Netlify. Vercel and Netlify are all-in-one platforms - perfect for Next.js.

Resources

Next.js

Vercel

Netlify

Tailwind CSS

Community

  • [Blog]

  • GitHub

  • [LinkedIn]

  • [X]

  • [Facebook]

Feedback and Questions

If you have feedback or questions about this starter, please use the Github Issues on this repo, or join our Community Slack Channel.

About

https://angkatan-23-ti.netlify.app


Languages

Language:TypeScript 97.2%Language:JavaScript 2.2%Language:CSS 0.6%