Skip to content

Instantly share code, notes, and snippets.

View maryambkhan's full-sized avatar
💻
Focused

Maryam Khan maryambkhan

💻
Focused
View GitHub Profile
@maryambkhan
maryambkhan / _formkit_activity.md
Created April 20, 2022 16:48 — forked from cosmob3/_formkit_activity.md
_FormKit Activity

_FormKit in Nuxt 3 Activity

Getting Started - Setup

First, you'll want to initiate a new nuxt 3 project

  • go to terminal > enter npx nuxi init formkit_sample
  • in terminal: cd into your project cd formkit_sample/
  • in terminal: do an npm install npm i
  • in terminal: deploy on local host to make sure it's all working! npm run dev
@maryambkhan
maryambkhan / remove-node-modules.md
Created February 24, 2022 20:36 — forked from lmcneel/remove-node-modules.md
How to remove node_modules after they have been added to a repo

How to remove node_modules

Create a .gitignore file

  1. Check for an existing .gitignore file in the project directory
ls -a