Skip to content

locomotivemtl/workshop-one-page-to-life

Repository files navigation

Workshop: Bringing a One-Page Design to Life

Presented by Locomotive Inc.

Description

This repository contains the code and assets for a front-end development workshop titled "Bringing a One-Page Design to Life" organized by Locomotive Inc. In this workshop, participants will learn how to turn a one-page design into a functional and interactive web page.

Installation

Compatibility

This project requires the following minimum versions:

  • Node.js: >= 17.9
  • npm: >= 8.0

To get started, follow these steps:

  1. Clone this repository to your local machine.
  2. Navigate to the project directory: cd workshop-one-page-to-life.
  3. Install the required dependencies by running: npm install.

Usage

Development Mode

To start the development server and watch for changes, run the following command:

npm start

This will launch the development server using BrowserSync, allowing you to view your changes in real-time as you work.

Build

To build the project for production, run:

npm run build

This will compile and optimize the project assets for deployment.

Dependencies

This project relies on the following dependencies:

Author

This workshop is brought to you by Locomotive Inc.

License

This project is licensed under the ISC License.

Credits

3D Jacket Model

Sketchfab model by ypushkar30 under the CC BY 4.0 license. The original model has been slightly altered to better fit this project (changed color from black to red).

Typography

Neue Montreal by Pangram Pangram. The font file on this repository is only used for artistic & educational purposes in the context of the workshop associated with this repository. You are not allowed to download it from here to use it for any other purpose. For more informations, check the license.

Additional Information

For more details, feel free to visit the Workshop Website.