Simple landing site for some other websites. And some example projects
Find a file
2024-09-29 11:40:17 +02:00
.gitea/workflows Removed node and pnpm setups. Updated checkout to v4 2024-09-29 11:27:37 +02:00
.idea SimpleAnalytics 2024-06-19 13:28:33 +02:00
resources Started with a simple homepage 2022-12-21 13:56:42 +01:00
src Updated link to source code to point to gitea 2024-09-29 11:40:17 +02:00
.env.development Changed OR char, and added environmental variabels for urls 2023-04-06 23:40:51 +02:00
.env.production Changed api path 2023-04-22 22:26:15 +02:00
.gitignore Initial commit 2022-12-04 17:51:05 +01:00
.htaccess Fixed loading icon loading at mount 2023-07-24 20:55:49 +02:00
.prettierrc Updated dependencies. 2024-02-25 00:18:02 +01:00
build_extra.sh Reformated script to use function 2022-12-24 11:33:41 +01:00
index.html SimpleAnalytics 2024-06-19 13:28:33 +02:00
package.json Updated dependencies. 2024-02-25 00:18:02 +01:00
pnpm-lock.yaml Updated dependencies. 2024-02-25 00:18:02 +01:00
pnpm-workspace.yaml Updated dependencies. 2024-02-25 00:18:02 +01:00
postcss.config.js Updated dependencies. 2024-02-25 00:18:02 +01:00
README.md Initial commit 2022-12-04 17:51:05 +01:00
robots.txt 404 page, robots- and security.txt 2022-12-23 14:57:53 +01:00
security.txt 404 page, robots- and security.txt 2022-12-23 14:57:53 +01:00
tailwind.config.js Updated dependencies. 2024-02-25 00:18:02 +01:00
tsconfig.json Set ts compiler to strict, refactored a bit 2023-04-08 19:24:10 +02:00
vite.config.ts Updated dependencies. 2024-02-25 00:18:02 +01:00

Usage

Those templates dependencies are maintained via pnpm via pnpm up -Lri.

This is the reason you see a pnpm-lock.yaml. That being said, any package manager will work. This file can be safely be removed once you clone a template.

$ npm install # or pnpm install or yarn install

Learn more on the Solid Website and come chat with us on our Discord

Available Scripts

In the project directory, you can run:

npm dev or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

npm run build

Builds the app for production to the dist folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Deployment

You can deploy the dist folder to any static host provider (netlify, surge, now, etc.)