๐ Personal website built with Astro 4.0 ๐
www.cherniavskyi.devCode is licensed under MIT, words and images are licensed under CC BY-NC-SA 4.0.
Follow these steps to set up and run the project locally:
Ensure you have the following installed:
Clone the repository:
git clone <repository-url>
cd <project-directory>
Install dependencies: npm install
Run: npm run dev
Open your browser and navigate to: http://localhost:4321
Tailwind CSS is pre-configured with DaisyUI
for components.
To change the theme, edit the tailwind.config.js
file or use DaisyUIโs theme switcher feature. Refer to the DaisyUI documentation for more details.
The project uses GitHub Actions for automated deployment to AWS S3 and CloudFront. To set up your deployment pipeline:
Your application will be automatically deployed and accessible through your configured CloudFront distribution.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |