/conradmargoles

A website for a professional architecture firm, built with Next.js

Primary LanguageTypeScript

conradmargoles

A website for a client built with Next.js.

Next JS React TypeScript NodeJS NPM Cloudflare

Installation

Windows

Install Node, npm and nvm-windows with:

winget install nvm-windows
nvm install lts
nvm use lts
npm install -g npm

MacOS/Linux

Install Node, npm and nvm with:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/$(curl -s https://api.github.com/repos/nvm-sh/nvm/releases/latest | grep tag_name | cut -d\" -f4)/install.sh | bash
nvm use
npm install -g npm

Development

Run the development server with:

npm run dev