Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 685 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 685 Bytes

design-kit

This project was bootstrapped with Create React App. You can learn more in the Create React App documentation.

Prerequisites

  • Node.js v12.0.0 or higher
  • Yarn v1.22.0 or higher

Getting Started

  1. Clone the repository:
git clone https://github.com/TheStanfordDaily/design-kit.git
cd design-kit
  1. Install dependencies:
yarn
  1. Start the development server:
yarn start

Open your browser and navigate to http://localhost:3000 to view the web app.

Building for Production

To create a production build, Webpack is recommended.