Skip to content

ngaboindev/creatingg

Repository files navigation

Creatingg

personal portfolio website builder

Installation Steps

  1. Clone the repository
git clone https://github.com/ngaboindev/creatingg.git
  1. Change the working directory
cd creatingg
  1. Install dependencies
npm install
  1. Create .env file in root and add your variables
DATABASE_URL=YOUR_PLANETSCALE_DB_URL
SHADOW_DATABASE_URL=YOUR_PLANETSCALE_SHADOW_DB_URL

# jwt
JWT_SECRET=YOUR_JWT_SECRET

# cloudinary
CLOUDINARY_NAME=YOUR_CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_KEY=YOUR_CLOUDINARY_CLOUD_API_KEY
CLOUDINARY_API_SECRET=YOUR_CLOUDINARY_CLOUD_SECRET
  1. Run the app
npm run dev

You are all set! Open localhost:3000 to see the app.

💻 Built with

What's next

  • PWA
  • Portfolio visits analytics
  • Github and Google Auth
  • Settings page
  • Choose Secondary color
  • Notification tab

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author