This repository is the home for ngoding.org prelaunch website, while we are building the ngoding.org's main website.
It was build using TypeScript, SolidJS, and TailwindCSS.
Note: I designed the logo, UI, and code it in just few hours. There are a lot of things to improve here. But it is just a pre-launch website. I don't want to spend most of my times here.
We are strongly suggest to use pnpm as the preferred package manager while working with this project, since the dependencies are maintained via pnpm up -Lri
.
This is the reason you see a pnpm-lock.yaml
. That being said, any package manager will work.
$ pnpm install # or: npm install or yarn install
In the project directory, you can run:
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.
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!