Skip to content

Commit

Permalink
feat: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
drawcall committed Jan 24, 2022
1 parent 7391d48 commit eb571d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# http://editorconfig.org
# c2f config
root = true

[*]
Expand All @@ -8,4 +9,4 @@ trim_trailing_whitespace = true

[{*.js,*.json,*.yml}]
indent_size = 2
indent_style = space
indent_style = space
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ I want to use `postcss` to do a lot of things, we can get a style attribute and

## Run and build

#### `cd ./source`
#### Clone the project

Enter source folder
`git clone https://github.com/drawcall/c2f.git`

#### `npm start`
#### Startup project

```shell
npm i
Expand Down
2 changes: 1 addition & 1 deletion config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ const path = require("path");
const paths = require("react-scripts/config/paths");

module.exports = function override(config, env) {
//paths.appBuild = path.join(path.dirname(paths.appBuild), 'c2f');
// paths.appBuild = path.join(path.dirname(paths.appBuild), 'c2f');
return config;
};

0 comments on commit eb571d8

Please sign in to comment.