Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite+react #3

Merged
merged 7 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parserOptions: { ecmaVersion: 'latest', sourceType: 'module' },
settings: { react: { version: '18.2' } },
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
}
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# SpaceMedia
Social Media increasing space awareness runnning on a revenue model other than advertisements.

# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
Binary file removed SPACEMEDIA/Backgrounds/blue-darkblue.png
Binary file not shown.
Binary file removed SPACEMEDIA/Backgrounds/green-darkgreen.png
Binary file not shown.
Binary file removed SPACEMEDIA/Backgrounds/orange-darkorange.png
Binary file not shown.
Binary file removed SPACEMEDIA/Backgrounds/pink-darkpink.png
Binary file not shown.
Binary file removed SPACEMEDIA/Backgrounds/red-darkred.png
Binary file not shown.
Binary file removed SPACEMEDIA/ChatGPT on spacemedia.docx
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/about_planet_1.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/about_planet_2.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/about_planet_3.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/about_sun.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/contacts_planet_1.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/contacts_planet_2.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/contacts_sun.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/gradient1.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/gradient2.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/gradient3.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/gradient4.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/homepage_planet_1.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/homepage_planet_2.png
Binary file not shown.
Binary file removed SPACEMEDIA/Gradients/homepage_sun.png
Binary file not shown.
Binary file removed SPACEMEDIA/Layout.pdf
Binary file not shown.
3 changes: 0 additions & 3 deletions SPACEMEDIA/Resurces.txt

This file was deleted.

Binary file removed SPACEMEDIA/SPACEMEDIA.docx
Binary file not shown.
262 changes: 0 additions & 262 deletions SPACEMEDIA/homepage.css

This file was deleted.

20 changes: 0 additions & 20 deletions SPACEMEDIA/homepage.js

This file was deleted.

1 change: 0 additions & 1 deletion SPACEMEDIA/layered-waves-haikei.svg

This file was deleted.

29 changes: 0 additions & 29 deletions SPACEMEDIA/spacemedia(blue-darkblue).css

This file was deleted.

Loading
Loading