|
|
||
|---|---|---|
| .vscode | ||
| backend | ||
| frontend | ||
| shared | ||
| .gitignore | ||
| .markdownlint.json | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
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: |
To run the frontend app, go to the |