Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 414 Bytes

Readme.md

File metadata and controls

22 lines (19 loc) · 414 Bytes

Delani Studio 🎨

Welcome to the Delani Studio Portal! Live at: https://cosmasnyairo.github.io/delani-studio 🚀

To run the project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/cosmasnyairo/delani-studio.git
  1. Install project dependencies:
npm install
  1. Build the CSS styles
npm run build:css
  1. Start the application:
npm start