This project is about hate messages web-service administration. Works together with the Server-FUQs. The other side is the Client-FUQs which is used by casuals.
- TypeScript
- Svelte
- Tailwind
- Effector
- axios
You will need docker and a keyboard!
git clone
this repo and the backend repo too (look into it to startup everything)- Configure
config.json
file. - ???
- You're working! ⚡ ⚡
You will need node, npm and a keyboard!
Install packages
npm install
Change the config so it will look at the server
{
"server": "example.com"
}
Start
npm run dev
Now you can easily develop the project!