This project is for developers looking for a NEXT JS application template for their portfolio. It utilizes new functionalities of NEXT JS such as dynamic import and web font optimization to improve the application's performance.
Prerequisites
- Ensure that you have Node JS installed locally to your machine. If you do not have Node JS on your machine then please click this link for a comprehensive guide.
- Ensure that the version of your Node JS is at least
v.16.13.2.
node -v
v.16.13.2Installation
- Clone the repository to your local machine. Choose a directory first where you want to clone the repository before running the command indicated below to your terminal.
git clone https://github.com/kennethtegrado/kennethtegrado-portfolio-nextjs.git- Go to the directory of the repository.
cd kennethtegrado-portfolio-nextjs- Install all the packages and dependencies for the project.
npm install- Check if all the packages and dependencies are working by running the project on your local machine.
npm run dev- To stop the server just click your terminal and click
ctrl + C(Windows) orcmd + c(Mac) on your keyboard.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- 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
- Kenneth Tegrado - @kennethtegrado
- Project Link
- Official Link
.png)