Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesuisstan/portfolio-site-krivtsoff
https://github.com/jesuisstan/portfolio-site-krivtsoff
42 bootstrap css html javascript portfolio reactjs web
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jesuisstan/portfolio-site-krivtsoff
- Owner: jesuisstan
- Created: 2023-07-26T14:08:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T02:01:12.000Z (about 1 year ago)
- Last Synced: 2024-01-10T04:34:43.949Z (about 1 year ago)
- Topics: 42, bootstrap, css, html, javascript, portfolio, reactjs, web
- Language: JavaScript
- Homepage: https://portfolio-site-krivtsoff.vercel.app
- Size: 11.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Documentation: portfolio-site-krivtsoff
The deployed project can be accessed at [www.krivtsoff.me](http://krivtsoff.me/). \
The source code with explanatory comments is available on GitHub [repository](https://github.com/jesuisstan/portfolio-site-krivtsoff).## Objective
The objective of this web project was to recreate and deploy a personal portfilio site.
## Implementation
The project was implemented using Next.js React framework. The App bar was developed to be responsive, following a mobile-first approach.
## How to use
#### A) With NPM:
Firstly install all the dependencies according to 'package.json' file:
```sh
npm install
```
### To run the production build of the app:
1. Install [serve](https://github.com/vercel/serve) and let it handle the rest:
```sh
npm install -g serve
```2. Start the App:
```sh
npm run build
```### To run the app in the development mode:
1. Start the App:
```sh
npm start
```