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.
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
- Clone the Repository:
git clone https://github.com/alikhatibak/Slate-Website.git
- Navigate to the Project Directory:
cd Slate-Website
- Install Dependencies:
npm install
- Run the Development Server:
npm run start
- 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.