Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericl521/altrup.dkg.zone
My Personal Website
https://github.com/ericl521/altrup.dkg.zone
Last synced: 2 days ago
JSON representation
My Personal Website
- Host: GitHub
- URL: https://github.com/ericl521/altrup.dkg.zone
- Owner: EricL521
- License: gpl-3.0
- Created: 2024-09-09T19:55:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:19:36.000Z (about 2 months ago)
- Last Synced: 2024-10-30T03:56:09.907Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://altrup.dkg.zone/
- Size: 50.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# altrup.dkg.zone
A simple-looking website about me :)## Setup
Guide to running the website### Prerequisites
- Node.js and npm ([installation guide](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm))### Quick Start
- Single command that clones and launches website. Requires node.js and npm
```bash
git clone https://github.com/EricL521/altrup.dkg.zone.git && cd altrup.dkg.zone && npm i && npm run build && npm run preview
```### Installation & Usage
- Clone repository
```bash
git clone https://github.com/EricL521/altrup.dkg.zone.git
```
- Enter newly created folder
```bash
cd altrup.dkg.zone
```
- Install npm packages
```bash
npm install
```
- Build website
```bash
npm run build
```
- Start server
```bash
npm run preview
```
- Or start with custom port
- Linux
```bash
PORT=CUSTOM_PORT npm run preview
```
- Windows
```cmd
set PORT=CUSTOM_PORT && npm run preview
```