film_nikdrosakis
v0.1.0
Published
## STACK USED ⚡️FrontEnd: React ⚡️Backend: Nodejs with MongoDB
Downloads
7
Readme
Dev Portfolio [ installed on your computer.
Also, you can use Yarn instead of NPM ☝️
Setup 🔧
From your command line, first clone Dev Portfolio:
Move into the repository
$ cd nik_portfolio
Remove the current origin repository
$ git remote remove origin
After that, you can install the dependencies either using NPM or Yarn.
Using NPM: Simply run the below commands.
```bash
# Install dependencies
$ npm install --force
# Start the development server
$ npm startUsing Yarn: Be aware of that you'll need to delete the package-lock.json file if exists before executing the below commands.
# Install dependencies
$ yarn
# Start the development server
$ yarn startOnce your server has started, go to this url http://localhost:3000/ to see the portfolio locally.
The page will reload if you make edits.
Customization Instructions:
Step 1 - DATA & IMAGES
All customizable files are inside the public/ folder, organised mainly into public/images/ and public/profile/.
public/imagescontains all the image assets that can be customized on websitepublic/profilecontains all text and info inside json files that can be customized according to need
(1) NavBar
Open
public/profile/navbar.jsonIt has 2 keys, logo and sections.It is a clickable link which opens the link provided (generally drive link of resume file) in the navbar.json under Resume.
Step 2 - STYLES
Change the color theme of the website -
Go to /src/theme/themes.js and change the values of the required components both under lightTheme and darkTheme with your prefered HEX color.
Step 3 - EXTRA
Go to public/index.html. Change title and logo if you want to customize it.
Authors
Great thanks to
- Mayank Agarwal - https://github.com/mayankagarwal09
Support
If you find a bug, feel free to open an issue in this repository.
License 📄
This project is licensed under the MIT License - see the LICENSE.md file for details
