Skip to content

Commit

Permalink
workspace setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Enebz committed Oct 18, 2023
1 parent eac33e9 commit 9a4355e
Show file tree
Hide file tree
Showing 26 changed files with 1,015 additions and 90 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Hackerspace</title>
</head>
<body class="dark">
<div id="root"></div>
Expand Down
185 changes: 175 additions & 10 deletions package-lock.json

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

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hackerspacedemo",
"name": "hackerspace-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
Expand All @@ -10,12 +10,20 @@
"preview": "vite preview"
},
"dependencies": {
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.16.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-icons": "^3.0.0",
"@types/react-modal": "^3.16.2",
"@types/react-router-dom": "^5.3.3",
"@types/tailwindcss": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
Expand Down
Empty file removed src/App.css
Empty file.
34 changes: 0 additions & 34 deletions src/App.tsx

This file was deleted.

Binary file added src/assets/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/assets/redirect.cpp.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <stdio.h>

int main(void)
{
hcksp::website.attach("221.56.23.124");
hcksp::website.redirect("/about");
}
Loading

0 comments on commit 9a4355e

Please sign in to comment.