Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/specy/specy-app
- Owner: Specy
- Created: 2021-09-07T16:00:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T17:23:14.000Z (19 days ago)
- Last Synced: 2024-10-20T21:10:06.985Z (19 days ago)
- Topics: hacktoberfest, rest-api, svelte
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`