Skip to content

My personal website project written in React.js

Notifications You must be signed in to change notification settings

edub008/my-website

Repository files navigation

Ergin Dervisoglu's Personal Website

You can view the live site at www.ergin-d.com. The site is currently hosted on the Internet Computer.

Dependencies

  • Node v17.4.0+
  • Npm v10.2.3+
  • Next.js v14.0.4+

Installation & Build Scripts

In the project directory, you can run:

npm run dev

Runs next dev to start Next.js in development mode. Default port: http://localhost:3000

Fast Refresh is supported through Next.js.

npm run build

Builds the application for production usage/deploy.

npm run start

Use to start the application on a Next.js production server.

Deploy to the Internet Computer

When deploying to ICP there's an additional project dependency of the IC SDK:

IC Deploy Steps

  1. Create a new production build npm run dev.
  2. Start DFX service in the background dfx start --background.
  3. Generate Candid definitions: dfx generate.
  4. Deploy locally with: dfx deploy

When finally ready for production: dfx deploy --ic

About

My personal website project written in React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published