My current web portfolio, built with Express and Node.js
Explore the docs Β»
View Site
Β·
Report Bug
Β·
Request Feature
Table of Contents:
- About The Project
- Getting Started
- Installation
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements and Resources
This is my portfolio, showcasing my work as a web developer and writer. Featuring my most recent coding projects, blog posts, and how best to contact me if you're interested in collaboration! It is a single-page design, with emphasis on typography and accessibility. It's based off of an older project I did, Duck Project.
This website is built with:
If you're curious about downloading and using this as a template for your own work, then for development, you will only need Node.js and NPM installed in your environement.
-
Just go on official Node.js website and download the installer. Also, be sure to have
git
available in your PATH,npm
might need it (You can find git here). -
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs $ sudo apt install npm
-
You can find more information about the installation on the official Node.js website and the official NPM website.
If the installation was successful, you should be able to run the following command.
$ node --version
v8.11.3
$ npm --version
6.1.0
If you need to update npm
, you can make it using npm
! Cool right? After running the following command, just open again the command line and be happy.
$ npm install npm -g
$ git clone https://github.com/brennanbrown/portfolio.git
$ cd portfolio
$ npm i
$ npm start
Once the server has started up, you can visit it at localhost:3000/, or 127.0.0.1:3000/.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Brennan K. Brown - @brennankbrown - mail@brennanbrown.ca
Project Link: https://github.com/brennanbrown/portfolio
Project Management:
- README Template
- Prettify
- ESLint
- auto0 .gitignore
- Favicon.io
- Img Shields
- Choose an Open Source License
Design: