This is my Porfoilio website built with Next.js and NextUI. It is a template that you can use to build your own website. This was created from the template provided by nextui-org. You can preview the website PREVIEW.
- Click on the
Use this templatebutton on the top right of the repository. - Create a new repository with the template.
- Clone the repository with the following command:
git clone- Install the dependencies:
npm install
# or
yarn install- Deploy the project
npm run dev
# or
yarn devor build the project
npm run build
# or
yarn build- Open http://localhost:3000 with your browser to see the result. You can start editing the files in the
srcdirectory. - Start editing the files in the
srcdirectory. - You can also change the
next.config.jsfile to add your own configurations. - You can also change the
publicdirectory to add your own images and other assets. - You can also change the
stylesdirectory to add your own styles. - You can also change the
componentsdirectory to add your own components.
You can use this at your own free will & edit how every you like for your own personal use, All I ask is that I am credited for the template. You can do this by linking back to my website, tomdev.xyz.
