https://github.com/arvid-berndtsson/terminal-portfolio
A portfolio website that looks like a terminal
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.1%) to scientific vocabulary
Keywords
Repository
A portfolio website that looks like a terminal
Basic Info
- Host: GitHub
- Owner: arvid-berndtsson
- License: mit
- Language: TypeScript
- Default Branch: main
- Homepage: https://terminal-portfolio.arvid.tech
- Size: 474 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
- Releases: 0
Topics
Metadata Files
README.md
Terminal Portfolio
This project is a personal terminal portfolio built using the T3 Stack, which is bootstrapped with create-t3-app.
Getting Started
Prerequisites
Ensure you have the following installed on your local development environment:
- Node.js (version 22.x or later)
- npm
Installation
Clone the repository:
bash
git clone https://github.com/dotarvid/terminal-portfolio.git
cd terminal-portfolio
Install the dependencies:
bash
npm install
Set up environment variables:
Copy the .env.example file to .env and fill in the necessary environment variables. As of 2024-09-17 there are no environment variables needed.
bash
cp .env.example .env
Running the Development Server
To start the development server, run:
bash
npm run dev
Open http://localhost:3000 in your browser to see the application.
Building for Production
To build the project for production, run:
bash
npm run build
The output will be located in the .next directory. You can then start the production server with:
bash
npm start
Contributing
If you would like to contribute to this project, please fork the repository and create a new branch for your feature or bugfix. Submit a pull request, and your changes will be reviewed.
License
This project is licensed under the MIT License. See the LICENSE for more information.
Owner
- Name: Arvid Berndtsson
- Login: arvid-berndtsson
- Kind: user
- Location: Sweden
- Company: @LimeTip
- Website: https://arvidberndtsson.com
- Repositories: 1
- Profile: https://github.com/arvid-berndtsson
Based in Malmö, Sweden, I specialize in software development and digital sustainability. Founder of @LimeTip and Co-Founder of @merely-emissions
GitHub Events
Total
- Watch event: 1
- Delete event: 19
- Issue comment event: 38
- Push event: 14
- Pull request event: 44
- Create event: 26
Last Year
- Watch event: 1
- Delete event: 19
- Issue comment event: 38
- Push event: 14
- Pull request event: 44
- Create event: 26
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (24)
- arvid-berndtsson (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- 375 dependencies
- @types/eslint ^8.56.10 development
- @types/node ^20.14.10 development
- @types/react ^18.3.3 development
- @types/react-dom ^18.3.0 development
- @typescript-eslint/eslint-plugin ^7.1.1 development
- @typescript-eslint/parser ^7.1.1 development
- eslint ^8.57.0 development
- eslint-config-next ^14.2.4 development
- postcss ^8.4.39 development
- prettier ^3.3.2 development
- prettier-plugin-tailwindcss ^0.6.5 development
- tailwindcss ^3.4.3 development
- typescript ^5.5.3 development
- @t3-oss/env-nextjs ^0.10.1
- geist ^1.3.0
- next ^14.2.4
- react ^18.3.1
- react-dom ^18.3.1
- zod ^3.23.3