Skip to content

kiwitwo/hatch-www

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hatch-www

Hatch-www is the main repository for Hatch's frontend web interface. You can access the latest deployment at hatch.lol. It is deployed automatically via Cloudflare Workers.

Running locally

Clone the repository:

git clone https://github.com/hatchdotlol/hatch-www
cd hatch-www

Make sure you have Node.js installed, then install dependencies.

npm install

Finally, run the dev server.

npm run dev

Now, make some changes and you'll be able to view and test them at the URL given by the dev server.

Related stuff

For the backend repository, see hatchdotlol/hatch-api
For the forums, see hatchdotlol/forums

About

web client thingy 🤪

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 91.6%
  • TypeScript 6.8%
  • JavaScript 1.2%
  • HTML 0.4%