- NodeJS
- Git for Windows
- Visual Studio Code - Optional code editor
The following commands should be run in a terminal/shell, preferably Git Bash.
- Clone the project
git clone https://github.com/MichaelBieniek/climes-group-site.git
- Open project
cd climes-group-site
- Install dependencies
npm install
- Start in dev mode
npm run dev
- Build application
npm run build
If successful, a /dist folder will be generated with site content.
- Deploy contents of /dist folder to web server