This is a [Next.js] project for the Neverlands Phoenix website.
To build and run this website locally, you will need to:
- Download and install Git
- Download and install Node
- A code editor (we recommend you download and install VSCode)
Once setup, install all required depedencies by opening a terminal and running:
npm install
Once this completes, start a local development server by running:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This site has been built with Next.JS and uses Tailwind CSS for styling.
Content pages are written in Markdown and use FrontMatter for page metadata.
You can find new UI elements for custom layouts to copy/paste using Tailwind CSS at Tailblocks.