https://github.com/siilwyn/selwyn.cc
https://github.com/siilwyn/selwyn.cc
website
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siilwyn/selwyn.cc
- Owner: Siilwyn
- Created: 2017-11-05T13:09:16.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T16:23:59.000Z (over 1 year ago)
- Last Synced: 2024-12-28T06:25:19.542Z (6 months ago)
- Topics: website
- Language: CSS
- Homepage:
- Size: 6.26 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Selwyn.cc
My personal website.## General Prerequisites
Node.js, [latest LTS is recommended](https://nodejs.org/en/about/releases/).## Quick start
### Setup
Clone the repository, and install dependencies from the project root with:
```sh
npm ci --ignore-scripts
```### Running
```sh
npm run dev
```## Production
### Running
```sh
npm run build
npm run server
```