Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```