This project was bootstrapped with Create React App. You can learn more in the Create React App documentation.
- Node.js v12.0.0 or higher
- Yarn v1.22.0 or higher
- Clone the repository:
git clone https://github.com/TheStanfordDaily/design-kit.git
cd design-kit
- Install dependencies:
yarn
- Start the development server:
yarn start
Open your browser and navigate to http://localhost:3000 to view the web app.
To create a production build, Webpack is recommended.