-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
867863c
commit 6e94e0a
Showing
15 changed files
with
10,064 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,21 @@ | ||
# Getting Started with Create React App | ||
# Ideal Network Website | ||
|
||
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). | ||
## Usage | ||
|
||
## Available Scripts | ||
1. Install dependencies | ||
|
||
In the project directory, you can run: | ||
```bash | ||
yarn | ||
``` | ||
|
||
### `npm start` | ||
2. Start dev server | ||
|
||
Runs the app in the development mode.\ | ||
Open [http://localhost:3000](http://localhost:3000) to view it in your browser. | ||
```bash | ||
yarn start | ||
``` | ||
|
||
The page will reload when you make changes.\ | ||
You may also see any lint errors in the console. | ||
3. Build for production | ||
|
||
### `npm test` | ||
|
||
Launches the test runner in the interactive watch mode.\ | ||
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. | ||
|
||
### `npm run build` | ||
|
||
Builds the app for production to the `build` folder.\ | ||
It correctly bundles React in production mode and optimizes the build for the best performance. | ||
|
||
The build is minified and the filenames include the hashes.\ | ||
Your app is ready to be deployed! | ||
|
||
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. | ||
|
||
### `npm run eject` | ||
|
||
**Note: this is a one-way operation. Once you `eject`, you can't go back!** | ||
|
||
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. | ||
|
||
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. | ||
|
||
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. | ||
|
||
## Learn More | ||
|
||
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). | ||
|
||
To learn React, check out the [React documentation](https://reactjs.org/). | ||
|
||
### Code Splitting | ||
|
||
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) | ||
|
||
### Analyzing the Bundle Size | ||
|
||
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) | ||
|
||
### Making a Progressive Web App | ||
|
||
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) | ||
|
||
### Advanced Configuration | ||
|
||
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) | ||
|
||
### Deployment | ||
|
||
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) | ||
|
||
### `npm run build` fails to minify | ||
|
||
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify) | ||
```bash | ||
yarn build | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
function Footer() { | ||
return ( | ||
<footer className="bg-gray-800 text-white px-8 py-4"> | ||
<div className="container mx-auto grid grid-cols-3 gap-4"> | ||
<div> | ||
<h3 className="font-bold mb-2">Docs</h3> | ||
<ul> | ||
<li> | ||
<a href="https://etf.idealabs.network/docs/intro">Tutorial</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div> | ||
<h3 className="font-bold mb-2">Community</h3> | ||
<ul> | ||
<li> | ||
<a href="https://discord.gg/TheXVBdbbu">Discord</a> | ||
</li> | ||
<li> | ||
<a href="https://matrix.to/#/#ideal-labs:matrix.org">Matrix</a> | ||
</li> | ||
<li> | ||
<a href="https://ideallabs.substack.com/">Substack</a> | ||
</li> | ||
<li> | ||
<a href="https://x.com/Ideallabs0">Twitter</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div> | ||
<h3 className="font-bold mb-2">More</h3> | ||
<ul> | ||
<li> | ||
<a href="https://medium.com/@ideal_labs">Medium</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/ideal-lab5">GitHub</a> | ||
</li> | ||
<li> | ||
<a href="https://idealabs.network/">Ideal Labs</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<p className="text-center mt-4">Copyright © 2024 Ideal Labs, LLC</p> | ||
</footer> | ||
); | ||
} | ||
|
||
export default Footer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
function Header() { | ||
return ( | ||
<header> | ||
<nav> | ||
<ul> | ||
<li> | ||
<a href="/docs">Docs</a> | ||
</li> | ||
<li> | ||
<a href="/blog">Blog</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/">GitHub</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
<h1>Ideal Network</h1> | ||
<strong>Encryption to the Future</strong> | ||
<a href="https://etf.idealabs.network/docs/intro">Learn more</a> | ||
</header> | ||
); | ||
} | ||
|
||
export default Header; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
function Section({ title, children }) { | ||
return ( | ||
<section> | ||
<h2>{title}</h2> | ||
<p>{children}</p> | ||
</section> | ||
); | ||
} | ||
|
||
export default Section; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/* TODO */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@import "tailwindcss/base" | ||
@import "tailwindcss/components" | ||
@import "tailwindcss/utilities" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module.exports = { | ||
content: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html'], | ||
theme: { | ||
extend: {}, | ||
}, | ||
variants: { | ||
extend: {}, | ||
}, | ||
plugins: [], | ||
}; |
Oops, something went wrong.