Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/specy/specy-app

Svelte frontend made for the main page of my domain plus the Auth server
https://github.com/specy/specy-app

hacktoberfest rest-api svelte

Last synced: 14 days ago
JSON representation

Svelte frontend made for the main page of my domain plus the Auth server

Awesome Lists containing this project

README

        

# specy.app
The main page and core of the specy.app domain.
The client side is made with sveltekit, while the auth server is made with nest.js

# How to run the client
To run the client, firstly cd into the client folder and install the modules with `npm i`, once installed, you can run the development server by doing `npm run dev`

# How to run the server
Same as client, cd into the server folder, install the modules with `npm i` and then run `npm run start:dev`