https://github.com/kolosovpetro/razumovsky.me
Personal website written using Angular
https://github.com/kolosovpetro/razumovsky.me
homepage personal-website
Last synced: 2 months ago
JSON representation
Personal website written using Angular
- Host: GitHub
- URL: https://github.com/kolosovpetro/razumovsky.me
- Owner: kolosovpetro
- License: gpl-2.0
- Created: 2023-07-27T14:35:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T21:59:01.000Z (11 months ago)
- Last Synced: 2025-04-05T22:31:44.594Z (7 months ago)
- Topics: homepage, personal-website
- Language: TypeScript
- Homepage: https://razumovsky.me
- Size: 39.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# razumovsky.me
### Required Software
- **NVM for windows:** https://github.com/coreybutler/nvm-windows
- **Angular CLI:** `15.2.9`
- **NodeJS:** `18.15.0`
- **NPM:** `9.5.0`### Run the project locally
- Install NVM: https://github.com/coreybutler/nvm-windows
- Install NodeJS `18.15.0` using NVM & PowerShell as Administrator: `nvm install 18.15.0`
- Use NodeJS `18.15.0` using NVM via PowerShell as Administrator: `nvm use 18.15.0`
- Check NodeJS installed properly (should be `18.15.0`): `node -v`
- Check NPM installed properly (should be `9.5.0`): `npm -v`
- Restore node modules: `npm ci`
- Install Angular CLI globally: `npm install -g @angular/cli@15.2.9`
- Open PowerShell as Administrator and type: `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned`
- Check that Angular CLI installed properly: `ng version`
- Start Angular project: `ng serve --open`
- Navigate to the root url: `http://localhost:4200/`### Environments
#### QA
- https://github.com/quetly3301/quetly3301.github.io
- https://quetly3301.github.io