Welcome to my profile website.
Don't forget to leave a ⭐ if you find this repository helpful, by clicking the Star in the top right corner
☆*: .。. o(≧▽≦)o .。.:*☆
or
The Title is based on the category of the event
Orange: Non-Academic
Red: Academic
Green: Scholarship
- Responsive
- Animated background
- Home Page available in Light mode and Dark mode (click icon on the top right corner)
- Laravel
- Tailwind css
- Tippy.js
- JQuery
- JQuery
(Make sure your device have npm and composer installed)
In a terminal:
- Clone the repository
git clone https://github.com/Chrystalia/profile-website-v2.git
- Redirect to cloned folder
cd .\profile-website-v2\
- Install composer
composer install
- Install tailwindcss and its peer dependencies via npm
npm install -D tailwindcss postcss autoprefixer
- Run build process
npm run dev
Open a new terminal (make sure you're in the right directory):
- Make copy of env.example into .env
copy .env.example .env
- Generate the APP_KEY value in your .env file
php artisan key:generate
- Run application on a PHP development server
php artisan serve