diff --git a/.env b/.env
index 8826aef..30ed748 100644
--- a/.env
+++ b/.env
@@ -1,13 +1,3 @@
REACT_APP_DECORATORS = true;
REACT_APP_BABEL_STAGE_0 = true;
-REACT_APP_SASS = false;
-REACT_APP_LESS = false;
-REACT_APP_STYLUS = false;
-
-REACT_APP_CSS_MODULES = true;
-REACT_APP_SASS_MODULES = false;
-REACT_APP_STYLUS_MODULES = false;
-REACT_APP_LESS_MODULES = false;
-
-REACT_APP_WEBPACK_DASHBOARD = true;
diff --git a/README.md b/README.md
index 3f0dff1..5470f30 100644
--- a/README.md
+++ b/README.md
@@ -1,2154 +1,5 @@
-This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
-
-Below you will find some information on how to perform common tasks.
-You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
-
-## Table of Contents
-
-- [Updating to New Releases](#updating-to-new-releases)
-- [Sending Feedback](#sending-feedback)
-- [Folder Structure](#folder-structure)
-- [Available Scripts](#available-scripts)
- - [npm start](#npm-start)
- - [npm test](#npm-test)
- - [npm run build](#npm-run-build)
- - [npm run eject](#npm-run-eject)
-- [Supported Language Features and Polyfills](#supported-language-features-and-polyfills)
-- [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
-- [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
-- [Debugging in the Editor](#debugging-in-the-editor)
-- [Formatting Code Automatically](#formatting-code-automatically)
-- [Changing the Page `