Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.9 KB

README.md

File metadata and controls

62 lines (47 loc) · 1.9 KB

🪨 Slate Website

Welcome to the Slate Website repository! 🌐 This project is dedicated to the web design and development of the official website for Slate, the digital slate tool for filmmakers.

Repository Structure

The repository is organized with the following structure:

.
├── /src               # Source code for the website
│   ├── /css           # Stylesheets
│   ├── /js            # JavaScript files
│   ├── /images        # Image assets
│   ├── /fonts         # Font files
│   ├── /templates     # HTML templates
│   └── index.html     # Main HTML file
├── /docs              # Documentation files
├── /dist              # Distribution files (minified, compiled, etc.)
├── /public            # Public files (e.g., favicon.ico)
├── /node_modules      # Node.js modules and dependencies
├── .gitignore         # Git ignore file
├── package.json       # Node.js project configuration
├── README.md          # Project documentation (you are here)
└── LICENSE.md         # License information

Getting Started

  1. Clone the Repository:
git clone https://github.com/alikhatibak/Slate-Website.git
  1. Navigate to the Project Directory:
cd Slate-Website
  1. Install Dependencies:
npm install
  1. Run the Development Server:
npm run start
  1. Host the site locally:
npm i -g serve
serve

This will start a local development server. Open your browser and visit http://localhost:3000 to view the website.

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. See LICENSE.md for more information.