Skip to content

yvzn/suno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

213 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suno

Direction of the sun during car trips.

The front-end is a Preact website packaged with ViteJS.

The back-end is a serverless Azure Function app.

See demo website.

Run locally

To run the front-end locally

  1. run the following commands
cd app
npm install
npm run dev
  1. then open http://localhost:5173 in browser of choice

To run the back-end locally

  1. copy local.settings.json.sample to local.settings.json
  2. update AZURE_MAPS_API_KEY with an API key for Azure Maps
  3. run the following commands
cd api
dotnet clean && dotnet build
func host start
  1. open http://localhost:7071 in browser of choice

Licence

MIT License

Copyright (c) 2023-2024 Yvan Razafindramanana

Third parties

This project uses open-source, third party software:

  • ViteJS: MIT License, Copyright (c) 2019-present Evan You & Vite Contributors
  • Preact: MIT License, Copyright (c) 2015-present Jason Miller
  • preact-i18n: BSD 3-Clause "New" or "Revised" License, Copyright (c) 2017, Synacor, Inc.
  • Chart.js: MIT License, Copyright (c) 2014-2022 Chart.js Contributors
  • Azure Function Core Tools: MIT License, Copyright (c) .NET Foundation

This project uses graphics under Creative Commons licence:

The website is a derivative of Laurent Begey's work: MIT License, Copyright (c) 2024 Laurent Begey

Service worker is a derivative from Service Worker boilerplate: MIT License, (c) Chris Ferdinandi

Additional tooling:

About

Direction of the sun during car trips

Resources

License

Stars

Watchers

Forks

Contributors