Skip to content

mvrzan/proplan-smart-website

Repository files navigation


Salesforce

⚡️ ProPlan SMART website built with Astro.js and Tailwind ⚡️

ProPlan SMART website built with Astro.js and Tailwind

An Astro.js website build with Tailwind for the ProPlan SMART business.

Table of Contents

Website demo

Dark mode Light mode

Technologies used

  • Astro.js

  • Tailwind

  • Typescript

    For a more detailed overview of the development & production dependencies, please check package.json file.

Configuration

Requirements

To run this application locally you will need the following:

  • Node.js version 20 or later installed (type node -v in your terminal to check). Follow instructions if you don't have node installed
  • npm version 10.0.0 or later installed (type npm -v in your terminal to check). Node.js includes npm by default
  • git installed. Follow the instructions to install git

Setup

The first step is to clone (or download) the repository and install the project dependencies via a terminal interface by running the npm install in the proper folder:

cd proplan-smart-website
npm install

Development

To run the application locally, use the command line, navigate to the folder, ensure the dependencies are installed properly, and run the following:

npm run dev

This will run the development server locally and your website will be available on the following URL: http://localhost:4321/

Deployment

NOTE: This project is currently live and deployed at proplansmart.hr. Deployment instructions are for educational purpose only.

Once you are happy with changes you've made, run the following command in your terminal window:

npm run build

This will build your production site to ./dist/ folder. The next step is for you to deploy this folder to the hosting provider of your choice.

Kudos

This project was inspired by the free Agencex Astro theme template made by Johnkat Mj.

About

An Astro.js project for the ProPlan Smart website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published