Woven is our fun project
Titik Koma Squad;
- SolidStart
- Tailwind CSS
- Graphql-ws
- WebSocket
- Prisma
- Supabase
- Dexie.js
Here you describe how to run your project locally
Here you list all prerequisites necessary for running your project. For example:
How to clone your project
HTTPS:
git clone https://github.com/BinaryNeedle/woven.gitSSH:
git clone git@github.com:BinaryNeedle/woven.gitHow to start your project
yarn installLearn more on the Solid Website and come chat with us on our Discord
In the project directory, you can run:
yarn devor start the server and open the app in a new browser tab
yarn dev -- --openRuns the app in the development mode.
Open http://localhost:3000 to view it in the browser.
yarn buildSolid apps are built with presets, which optimise your project for deployment to different environments.
By default, yarn build will generate a Node app that you can run with yarn start. To use a different preset, add it to the devDependencies in package.json and specify in your app.config.js.
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!
Learn more about deploying your application with the documentations
📝 How to create a Pull Request
USE: Conventional Commits for commit message
Example: feat: commit message or feat(spesific scope): commit message
Everything you need to build a Solid project, powered by solid-start;
This project was created with the Solid CLI
thanks to makeread.me for this amazing README.md