Repo for c0d3.com powered by NextJS. A website to train people to be full stack software engineers.
- Node.JS
- Git
-
Clone the repository with SSH or HTTPS
SSH -
git clone [email protected]:garageScript/c0d3.com.git
HTTPS -
git clone https://github.com/garageScript/c0d3.com.git
-
After cloning the repository, run
yarn
. -
Start the local development server with
PORT=3000 yarn dev
. -
Navigate to http://localhost:3000 to view your application.
- Run
STORY_PORT=6006 yarn storybook
. - Navigate to http://localhost:6006 in your browser.
Watch the video below to find out how to develop with TypeScript in React
- Before submitting your code run
yarn autofix
. - When creating a new Component, include a StoryBook demo of the Component with the PR.