Speykious / speykious.dev

My beautiful personal website

Home Page:https://speykious.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speykious's personal website

Hello :3

This is the source code of my personal website over at https://speykious.dev.

Tech stack

Backend Frontend

Installation

Rust

Install Rust using the recommended way. It will install Rustup, the official Rust toolchain manager, which will keep track of the different Rust toolchains and targets you have installed.

It's better to install Rustup than to install individual Rust tools (such as rustc and cargo) separately.

If you're on Linux, your distribution may provide a rustup package (Arch Linux has one for example).

You'll need to install the stable toolchain. If it isn't already installed, run the following command:

rustup toolchain install stable

Node.js

Install the latest version of Node.js and NPM.

On Windows and MacOS, you can use the provided installer.

On Linux, refer to your distribution's package manager and search for packages like node and npm.

Run the project

Backend Frontend

To run the backend server, at the root of the project, simply run:

cargo run -p server

To run the frontend app, go to the client directory and run:

npm run dev

About

My beautiful personal website

https://speykious.dev

License:MIT License


Languages

Language:Svelte 53.0%Language:SCSS 30.1%Language:Rust 7.1%Language:HTML 4.8%Language:JavaScript 2.8%Language:TypeScript 2.3%