Skip to content

Commit

Permalink
fix: different fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug committed Dec 27, 2023
1 parent ce2a1f5 commit 1b96483
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build
dist
public
remix.config.js
*.css
*.css.map
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Remix template with: typescript, sass and Gravity UI.
To use this template for your app you can run:

```sh
npx create-remix my-project --template gravity-ui-remix-example
npx create-remix my-project --template gravity-ui/gravity-ui-remix-example
cd my-project

npm run dev
Expand All @@ -23,12 +23,18 @@ npm run dev
or

```sh
yarn create remix my-project --template gravity-ui-remix-example
yarn create remix my-project --template gravity-ui/gravity-ui-remix-example
cd my-project

npm run dev
```

# 🎨 Styles

This project is using SASS for styles, but Remix requires css in runtime.
So when `npm run dev` runs the first time, SASS will generate all css code for you. Please don't edit this automatic generated files.
SASS will watch for changes in your scss files and will regenerate css when it is essential.

# 📖 Learn More

This package includes scripts and configuration used by [Remix](https://remix.run/).\
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/gravity-ui/gravity-ui-remix-example"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"bugs": {
"url": "https://github.com/gravity-ui/gravity-ui-remix-example/issues"
Expand Down
1 change: 1 addition & 0 deletions remix.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @type {import('@remix-run/dev').AppConfig} */
// eslint-disable-next-line no-undef
module.exports = {
future: {
v2_routeConvention: true,
Expand Down

0 comments on commit 1b96483

Please sign in to comment.