Repo for Designaroni front end built on Next JS
The Designaroni Next project is a web application built with Next.js, TypeScript, GraphQL, and other technologies. It uses a headless CMS backend hosted on Digital Ocean and AWS to serve a GraphQL API to the frontend. The project includes features such as Framer Motion for animations, Phosphor Icons for iconography, SASS and CSS Modules for styling, and various linting and testing tools. The project is hosted on Vercel and can be deployed easily using their platform. Overall, Designaroni Next is a versatile and customizable web application built with modern web development technologies.
To install the Designaroni Next project, follow these steps:
Clone the repository from GitHub.
git clone https://github.com/username/designaroni-next.git
Navigate to the project directory.
cd designaroni-next
Install dependencies using yarn.
yarn install
Copy the example environment variables file.
cp env.example .env.local
Update the variables in the .env.local file to match your local development environment. Make sure to set the HOSTNAME variable to localhost.
Start the development server.
yarn local
Open http://localhost:3000 in your browser to see the application.
Designaroni Next is a web application built with Next.js, TypeScript, GraphQL, and other modern web development technologies. It offers a range of features including animations, iconography, SASS and CSS Modules for styling, and linting tools for code quality. The installation process involves cloning the repository, installing dependencies, setting up environment variables, and starting the development server. Overall, Designaroni Next is a versatile and customizable web application that can be used as a starting point for building web projects.