All Projects → lmachens → copypasta

lmachens / copypasta

Licence: MIT License
Paste and share snippets

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

copypasta

copypasta

Create and share snippets.

Develop

Install client and server dependencies:

npm install
cd client
npm install

Add environment variables in .env file. You can copy the .env.example and update the variables.

cp .env.example .env

Next, update SLACK_WEBHOOK_URL and SENDGRID_API_TOKEN in .env. Slack and SendGrid integrations are optional.

To start the server and client in development mode at the same time:

npm run dev

If you like to run the production build, you have to build the client first.

npm run build
npm start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].