Here is the folder structure of this app.
space-portfolio/
|- app/
|-- favicon.ico
|-- globals.css
|-- layout.tsx
|-- page.tsx
|- components/
|-- main/
|--- encryption.tsx
|--- footer.tsx
|--- hero.tsx
|--- navbar.tsx
|--- projects.tsx
|--- skills.tsx
|--- star-background.tsx
|-- sub/
|--- hero-content.tsx
|--- project-card.tsx
|--- skill-data-provider.tsx
|--- skill-text.tsx
|- config/
|-- index.ts
|- constants/
|-- index.ts
|- lib/
|-- motion.ts
|-- utils.ts
|- public/
|-- projects/
|-- skills/
|-- videos/
|-- hero-bg.svg
|-- lock-main.png
|-- lock-top.png
|-- logo.png
|- .eslintrc.json
|- .gitignore
|- next.config.js
|- package-lock.json
|- package.json
|- postcss.config.js
|- tailwind.config.ts
|- tsconfig.json
Make sure Git and NodeJS is installed.
Clone this repository to your local computer.
Open terminal in root directory. Run npm install --legacy-peer-deps
or yarn install --legacy-peer-deps
.
Now app is fully configured 👍 and you can start using this app using npm run dev
or yarn dev
.
You might encounter some bugs while using this app. You are more than welcome to contribute. Just submit changes via pull request and I will review them before merging. Make sure you follow community guidelines.
Useful resources and dependencies that are used in Space Portfolio.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out Next.js deployment documentation for more details.
You can also give this repository a star to show more people and they can use this repository.