/teksade

This is an open-source project seeking to build a way to discover tech communities .

Primary LanguageTypeScriptOtherNOASSERTION

Teksade - The Tech Community HQ

Project directories are structured as follows:

root
    ├── /public
        ├── /favicons
        ├── /img
    ├── /src
        ├── /components
        ├── /pages
        ├── /css
        ├── /fonts
        ├── /utils
package.json
tsconfig.json
next.config.js
postcss.config.js
tailwind.config.js
README.md

Running Locally

  1. Clone this reposiroty git clone https://github.com/ondiekelijah/teksade.git
  2. Navigate to project folder and install the dependencies.
npm install
npm run dev

Open http://localhost:3000 in your browser to see the result.