diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..6cd69e0 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,2 @@ +dist +public diff --git a/.eslintrc b/.eslintrc new file mode 100644 index 0000000..24d35fb --- /dev/null +++ b/.eslintrc @@ -0,0 +1,6 @@ +{ + "extends": "@antfu", + "rules": { + "no-tabs": "off" + } +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..912c396 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.DS_Store +.vite-ssg-dist +.vite-ssg-temp +*.local +dist +dist-ssr +node_modules +.idea/ +*.log diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..bf2e764 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +shamefully-hoist=true diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..223d4c9 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,11 @@ +{ + "recommendations": [ + "antfu.vite", + "johnsoncodehk.volar", + "lokalise.i18n-ally", + "antfu.iconify", + "dbaeumer.vscode-eslint", + "voorjaar.windicss-intellisense", + "csstools.postcss" + ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4510514 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,15 @@ +{ + "cSpell.words": ["Vitesse"], + "i18n-ally.keystyle": "nested", + "i18n-ally.localesPaths": "locales", + "i18n-ally.sortKeys": true, + "prettier.enable": false, + "typescript.tsdk": "node_modules/typescript/lib", + "editor.codeActionsOnSave": { + "source.fixAll.eslint": true, + }, + "files.associations": { + "*.css": "postcss", + }, + "editor.formatOnSave": false, +} diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0ee29b0 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-2021 Philipp Geld + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index fe09cb9..be15fe2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,186 @@ -# Flycro-Me +
+
+
+Mocking up web app with Vitesse(speed)
+
+Live Demo +
+ +