Skip to content

Commit

Permalink
Revamped VSCode theme to sublime text theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Suizer98 committed Jul 10, 2024
1 parent 14de7b3 commit 3efbc1c
Show file tree
Hide file tree
Showing 118 changed files with 19,245 additions and 16,517 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
dist
.git
12 changes: 12 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"printWidth": 100,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"importOrder": ["<THIRD_PARTY_MODULES>", "^@/(.*)$", "^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"plugins": ["@trivago/prettier-plugin-sort-imports"]
}
33 changes: 29 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,35 @@
# portfolio
# Sui Zer's Portfolio

This is a Sublime Text Editor style with Mariana themed portfolio website.
My portfolio can be accessible on:
https://suizer98.github.io/portfolio/

The source codes are no longer available as I uploaded the transpiled codes

Tech stacks:

![Tech stacks](https://skillicons.dev/icons?i=vite,react,ts,tailwind,css,html,github,githubactions)
![Tech stacks](https://skillicons.dev/icons?i=react,js,tailwind,css,html,github,githubactions)

## Local Development

### To install all dependencies from `package.json`

If you have `nvm` or `npm` available, simply run:

```
npm install
```

### Runs the app in the development mode

```
npm run start
```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

### To fix format lintings for all codes using `prettier`

Usual terminal commands such as:

```
npm run format
```
27 changes: 0 additions & 27 deletions asset-manifest.json

This file was deleted.

101 changes: 0 additions & 101 deletions assets/css/fontawesome-all.min.css

This file was deleted.

Binary file removed assets/css/images/overlay1.png
Binary file not shown.
Binary file removed assets/css/images/overlay2.png
Binary file not shown.
22 changes: 0 additions & 22 deletions assets/css/images/overlay3.svg

This file was deleted.

22 changes: 0 additions & 22 deletions assets/css/images/overlay4.svg

This file was deleted.

Loading

0 comments on commit 3efbc1c

Please sign in to comment.