Valerio Ageno
8730bdbfb9
refactor: streamline readme ( #403 )
2025-01-22 19:07:30 +01:00
Valerio Ageno
ad2cada94b
chore: remove benches folder ( #294 )
...
Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com >
2025-01-12 13:45:20 +01:00
Valerio Ageno
fc38865965
fix: README.md
2024-12-16 13:57:25 +01:00
Valerio Ageno
05fa8a5ae2
feat: update docs and readme repo links ( #180 )
2024-11-30 14:16:10 +01:00
Valerio Ageno
1630fd7e71
Update README.md
2024-11-21 11:30:02 +01:00
Valerio Ageno
eaa0ba28d8
Update README.md
2024-11-20 18:57:43 +01:00
Valerio Ageno
a562f67e8d
Feat: added discord to README
2024-11-19 16:43:58 +01:00
Henry Chen
ae0427604e
Fix tutorial link in README ( #86 )
2024-11-11 13:32:56 +01:00
Valerio Ageno
fc9bb52c41
Update getting started ( #82 )
...
* feat: update getting started doc
* feat: update README
2024-11-10 10:44:36 +01:00
Valerio Ageno
ea82d2b1df
Correct documentation spelling ( #68 )
...
* fix: documentation/index spelling
* fix: documentation/development-setup spelling
* fix: documentation/api-fetching spelling
* fix: documentation/components spelling
* fix: documentation/dynamic-routes spelling
* feat: add correct tutorial link to README.md
* chore: remove legacy folder
* fix: formatting
* fix: documentation/error-handling spelling
* fix: documentation/seo spelling
* fix: documentation/redirections spelling
* fix: documentation/production spelling
* fix: documentation/conclusion spelling
* feat: update version to v0.10.4
* fix: redirections spelling
* fix: API fetching spelling
* feat: create CLI doc page
* fix: correct CLI spelling
* fix: update CLI output spelling
2024-10-17 19:00:23 +02:00
Valerio Ageno
934a83c0e2
Fix spelling ( #49 )
...
* fix: README spelling
* fix: CONTRIBUTING spelling
* fix: CODE_OF_CONDUCT
* fix: documentation spelling
2024-10-12 19:03:05 +02:00
Valerio Ageno
a3bcb76105
CI: add spell checking pipeline ( #30 )
...
* ci: add spell checking pipeline
* fix: add github to the lookup folders
* fix: add patterns rule
* refactor: Github action definition
* test: introduce spell bug
* fix: update spell checker reporter
* fix: update action version
* feat: remove disabled_categories
* feat: remove github token
* feat: add fail level to pipeline
* fix: error as string
* feat: remove disabled rules
* feat: add reviewdog_token
* feat: change disabled_rules to string
* feat: add spell rules
* fix: spell categories
* Update bug_report.md
2024-10-12 12:05:45 +02:00
Valerio Ageno
4045ebc24e
Update README.md
2024-08-20 14:34:37 +02:00
Valerio Ageno
2be3710462
Update README.md
2024-08-20 14:30:46 +02:00
Valerio Ageno
71d7ccf27d
feat: update README header
2024-08-15 20:36:11 +02:00
Valerio Ageno
444d1479b0
Add support for MDX ( #17 )
...
* feat: add support for MDX
* fix: prevent empty server handler error message
* doc: add MDX mention to README
* feat: update version to v0.7.0
2024-07-22 07:59:43 +02:00
Valerio Ageno
8a6685a6d0
Update README.md
2024-07-13 12:10:13 +02:00
Valerio Ageno
227662489b
Update README.md
2024-07-12 11:01:55 +02:00
Valerio Ageno
3e6aa540fa
Update README.md
2024-07-11 15:54:53 +02:00
Valerio Ageno
db0a2d9d1d
Update README.md
2024-06-25 14:24:59 +02:00
Valerio Ageno
9c707466db
Optimize build assets ( #6 )
...
* feat: handle Dev and Prod modes
* fix: remove useles variable override
* refactor: ssr entry point fn
* feat: pass Mode from server to client
* feat: enable read file from out/client dir
* feat: load manifest data from server side
* feat: remap manifest when loaded
* feat: load correct bundle server side
* doc: update README.md
* doc: update tutorial
2024-06-23 20:15:33 +02:00
Valerio Ageno
adec05c6f8
feat: update README.md
2024-06-21 19:33:01 +02:00
Valerio Ageno
f759960641
Update README.md
2024-06-17 13:45:21 +02:00
Valerio Ageno
75ee140525
feat: add tpescript CI badge to README
2024-06-16 11:27:41 +02:00
Valerio Ageno
0e4debdb8a
ci: add badge to README
2024-06-16 10:22:04 +02:00
Valerio Ageno
38b6cc8c65
fix: broken icons in readme tree
2024-06-15 14:36:09 +02:00
Valerio Ageno
8b4db423b4
chore: improve folder structure tree
2024-06-12 13:42:02 +02:00
Valerio Ageno
753bd21c14
Update README.md
2024-06-07 12:22:20 +02:00
Valerio Ageno
d436637086
doc: add tutorial mention on the README
2024-06-06 20:54:09 +02:00
Valerio Ageno
c141e0b843
fix: CSS module metion in readme
2024-06-06 18:57:47 +02:00
Valerio Ageno
4d12fd9d20
Update README.md
2024-06-06 08:34:59 +02:00
Valerio Ageno
5322fe910a
doc: update README.md
2024-06-05 21:17:26 +02:00
Valerio Ageno
252c463300
feat: resize README logo
2024-06-03 20:59:39 +02:00
Valerio Ageno
d4c9b25b90
feat: create route handler macro
2024-05-18 20:45:35 +02:00
Valerio Ageno
74968b27cc
feat: update README.md
2024-05-18 11:51:27 +02:00
Valerio Ageno
6ef526be73
feat: update README
2024-05-12 21:52:04 +02:00
Valerio Ageno
73c94e5fbb
feat: create basic router
2024-05-11 15:08:49 +02:00
Valerio Ageno
df80756c44
doc: add React Server Component onto the README
2024-05-05 09:46:37 +02:00
Valerio Ageno
3830f18e2d
doc: update readme
2024-05-02 20:55:01 +02:00
Valerio Ageno
289986b4af
doc: add tuono pronunciation to README
2024-05-02 20:52:05 +02:00
Valerio Ageno
9a5ac784fe
feat: generate the routeTree.gen.ts into the .tuono folder
2024-05-02 18:35:59 +02:00
Valerio Ageno
5d28ffcf33
feat: scaffold project [Let's smash it\!]
2024-04-27 10:10:50 +02:00